diff Makefile @ 206:c82301af7b7f

disable parallel builds by default and document in the README how to enable parallelization
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 31 Jan 2009 07:38:19 +0100
parents 129f99392d76
children 234af7f11ee0
line wrap: on
line diff
--- a/Makefile	Sat Jan 31 06:52:28 2009 +0100
+++ b/Makefile	Sat Jan 31 07:38:19 2009 +0100
@@ -1,7 +1,7 @@
 # MinGW cross compiling environment
 # see doc/README for further information
 
-JOBS               := 4
+JOBS               := 1
 TARGET             := i386-mingw32msvc
 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net