]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add "make -j N" kludge to Vex too.
authorJulian Seward <jseward@acm.org>
Fri, 11 Nov 2005 18:37:10 +0000 (18:37 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 11 Nov 2005 18:37:10 +0000 (18:37 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1450

VEX/Makefile

index a88dc9a73b6b5505268b4dae168cb683821f88b8..8a3a79e7531837b8c424596e8b773b9e8a4cdb0b 100644 (file)
@@ -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