From: Julian Seward Date: Fri, 11 Nov 2005 18:37:10 +0000 (+0000) Subject: Add "make -j N" kludge to Vex too. X-Git-Tag: svn/VALGRIND_3_1_1^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32239e792b2e59a254b362b551e97ccc4ec9999c;p=thirdparty%2Fvalgrind.git Add "make -j N" kludge to Vex too. git-svn-id: svn://svn.valgrind.org/vex/trunk@1450 --- diff --git a/VEX/Makefile b/VEX/Makefile index a88dc9a73b..8a3a79e753 100644 --- a/VEX/Makefile +++ b/VEX/Makefile @@ -86,6 +86,9 @@ CCFLAGS = -g -O -Wall -Wmissing-prototypes -Wshadow -Winline \ # (the above are for icc 8.0 -- 8.0.0.55 I think) # 186: pointless comparison of unsigned integer with zero +# kludge: stops V biarch builds screwing up at -j 2 or above +# The Right fix is to autoconf/automake-ise vex. +.NOTPARALLEL: all: vex