aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-all.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
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.