X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;fp=Makefile;h=532d737a676684ebe95093c189992f4eedb8f7de;hb=c5ebf1fef99c27a3fdc02a70bff041ac881f4c32;hp=10a82c967ffaaf024fb42450ea24653ecfed0a4f;hpb=61895b04f84c4c5ce8974d187bbc739c70fdf898;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)