aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-all.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename scripts/ to build-aux/Werner Koch2014-01-101-65/+0
| | | | | | * scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
* Make sure HOME et al have no unsafe characters.Werner Koch2011-11-291-1/+17
|
* Add build script to build all components in one run.Werner Koch2011-11-281-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.