testing: Use multiple jobs to install strongSwan

This commit is contained in:
Tobias Brunner 2014-09-16 14:02:05 +02:00
parent 82136aa2cf
commit 0bf2abf182
1 changed files with 1 additions and 1 deletions

View File

@ -110,4 +110,4 @@ build: configure
cd $(BUILDDIR) && make -j $(NUM_CPUS)
install: build
cd $(BUILDDIR) && make install
cd $(BUILDDIR) && make -j install