|
From: <sv...@va...> - 2005-11-11 18:37:11
|
Author: sewardj Date: 2005-11-11 18:37:10 +0000 (Fri, 11 Nov 2005) New Revision: 1450 Log: Add "make -j N" kludge to Vex too. Modified: trunk/Makefile Modified: trunk/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile 2005-11-10 18:10:58 UTC (rev 1449) +++ trunk/Makefile 2005-11-11 18:37:10 UTC (rev 1450) @@ -86,6 +86,9 @@ # (the above are for icc 8.0 -- 8.0.0.55 I think) # 186: pointless comparison of unsigned integer with zero =20 +# kludge: stops V biarch builds screwing up at -j 2 or above +# The Right fix is to autoconf/automake-ise vex. +.NOTPARALLEL: =20 all: vex =20 |