From: Tobias Brunner Date: Tue, 16 Sep 2014 12:02:05 +0000 (+0200) Subject: testing: Use multiple jobs to install strongSwan X-Git-Tag: 5.2.1dr1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf2abf182b325d4ce20e0fe41a32e501772ee04;p=thirdparty%2Fstrongswan.git testing: Use multiple jobs to install strongSwan --- diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 3501b74536..5f8e4485f4 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -110,4 +110,4 @@ build: configure cd $(BUILDDIR) && make -j $(NUM_CPUS) install: build - cd $(BUILDDIR) && make install + cd $(BUILDDIR) && make -j install