Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-10 | Rename scripts/ to build-aux/ | Werner Koch | 1 | -0/+0 | |
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux. | |||||
2011-11-29 | Make sure HOME et al have no unsafe characters. | Werner Koch | 1 | -1/+17 | |
2011-11-28 | Add build script to build all components in one run. | Werner Koch | 1 | -0/+49 | |
Run this script in the parent directory of the working copies. It does a VPATH build in ~/tmp/gpg-tmp/b in the right order and installs everything below ~/tmp/gpg-tmp/. Based on a script by Jim Meyering. |