X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=532d737a676684ebe95093c189992f4eedb8f7de;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=10a82c967ffaaf024fb42450ea24653ecfed0a4f;hpb=64bfdec888eadb3c2c4af30e5bc26554ca6a4f80;p=senf.git diff --git a/Makefile b/Makefile index 10a82c9..532d737 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ #---------------------------------------------------------------------- # Some SCONS shortcuts #---------------------------------------------------------------------- - -CONCURRENCY_LEVEL ?= 2 +CONCURRENCY_LEVEL ?= $(shell grep process /proc/cpuinfo | wc -l) ifdef final SCONS_ARGS += "final="$(final)