diff --git a/Makefile b/Makefile index f8497d2072b27f3f16e4b0611a635fb8338eb456..c7aaaf3930eeeb8e533d9467bfef1ab350c532c0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.166 2008/08/13 21:59:27 peter Exp $ +# $Id: Makefile,v 1.167 2008/08/17 20:21:13 mast Exp $ # # Meta Makefile # @@ -15,7 +15,7 @@ # Set to a flag for parallelizing make, e.g. -j2. It's given to make # at the level where it's most effective. -#MAKE_PARALLEL=-j`test -f /proc/cpuinfo && grep processor /proc/cpuinfo | wc -l || echo 1` +#MAKE_PARALLEL=-j`test -f /proc/cpuinfo && grep ^processor /proc/cpuinfo | wc -l || echo 1` # Tip: Remove "-r" from the line below if you don't want to rebuild # from scratch every time you upgrade the kernel.