diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-03 16:34:47 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:22 +0200 |
commit | ad808bc2a261c3268b2a401cea1ef26f1e262aa3 (patch) | |
tree | 81ba9fe371c672767073bd379cb22f2e8f820508 /testing | |
parent | 38dd45c4802a844212c9f598bb3af63c4c2bb628 (diff) | |
download | strongswan-ad808bc2a261c3268b2a401cea1ef26f1e262aa3.tar.bz2 strongswan-ad808bc2a261c3268b2a401cea1ef26f1e262aa3.tar.xz |
testing: Build strongSwan a bit faster using make -j.
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 26b247e72..c1826c9b3 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -278,7 +278,7 @@ then fi echo "" >> $INSTALLSHELL -echo "make" >> $INSTALLSHELL +echo "make -j" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL echo "ldconfig" >> $INSTALLSHELL |