aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/build-all.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-10Rename scripts/ to build-aux/Werner Koch1-0/+0
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
2011-11-29Make sure HOME et al have no unsafe characters.Werner Koch1-1/+17
2011-11-28Add build script to build all components in one run.Werner Koch1-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.