From: Duncan C. <dun...@wo...> - 2007-07-05 16:47:25
|
Thu Jul 5 09:45:41 PDT 2007 Duncan Coutts <du...@ha...> * Use .NOTPARALLEL make directive to prevent parallel builds So we don't have to give users special instructions not to use -jN hunk ./Makefile.am 70 + +# Sadly the generated Makefile is not safe for parallel builds +# so prevent people from shooting themselves in the foot: +.NOTPARALLEL: |