From ad808bc2a261c3268b2a401cea1ef26f1e262aa3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 3 Aug 2010 16:34:47 +0200 Subject: testing: Build strongSwan a bit faster using make -j. --- testing/scripts/build-umlrootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/scripts/build-umlrootfs') 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 -- cgit v1.2.3