]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use multiple jobs to install strongSwan
authorTobias Brunner <tobias@strongswan.org>
Tue, 16 Sep 2014 12:02:05 +0000 (14:02 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 19 Sep 2014 11:37:59 +0000 (13:37 +0200)
testing/scripts/recipes/013_strongswan.mk

index 3501b74536ba6f3c3a3a04c146a7f786fa405125..5f8e4485f4045d5565f9a39c79c3be277a3ee69f 100644 (file)
@@ -110,4 +110,4 @@ build: configure
        cd $(BUILDDIR) && make -j $(NUM_CPUS)
 
 install: build
-       cd $(BUILDDIR) && make install
+       cd $(BUILDDIR) && make -j install