aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-03 16:34:47 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:22 +0200
commitad808bc2a261c3268b2a401cea1ef26f1e262aa3 (patch)
tree81ba9fe371c672767073bd379cb22f2e8f820508 /testing
parent38dd45c4802a844212c9f598bb3af63c4c2bb628 (diff)
downloadstrongswan-ad808bc2a261c3268b2a401cea1ef26f1e262aa3.tar.bz2
strongswan-ad808bc2a261c3268b2a401cea1ef26f1e262aa3.tar.xz
testing: Build strongSwan a bit faster using make -j.
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/build-umlrootfs2
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