Browse Source

don't use multiprocess make by default

David Rose 21 years ago
parent
commit
6dbe5ed096
2 changed files with 6 additions and 6 deletions
  1. 3 3
      dtool/pptempl/Template.gmsvc.pp
  2. 3 3
      dtool/pptempl/Template.unix.pp

+ 3 - 3
dtool/pptempl/Template.gmsvc.pp

@@ -200,9 +200,9 @@
 // NUMBER_OF_PROCESSORS, which should be set by NT.  Maybe this isn't
 // NUMBER_OF_PROCESSORS, which should be set by NT.  Maybe this isn't
 // a good idea to do all the time, but you can always disable it by
 // a good idea to do all the time, but you can always disable it by
 // explicitly unsetting NUMBER_OF_PROCESSORS, or by setting it to 1.
 // explicitly unsetting NUMBER_OF_PROCESSORS, or by setting it to 1.
-#if $[NUMBER_OF_PROCESSORS]
-MAKEFLAGS := -j$[NUMBER_OF_PROCESSORS]
-#endif
+//#if $[NUMBER_OF_PROCESSORS]
+//MAKEFLAGS := -j$[NUMBER_OF_PROCESSORS]
+//#endif
 
 
 // The 'all' rule makes all the stuff in the directory except for the
 // The 'all' rule makes all the stuff in the directory except for the
 // test_bin_targets.  It doesn't do any installation, however.
 // test_bin_targets.  It doesn't do any installation, however.

+ 3 - 3
dtool/pptempl/Template.unix.pp

@@ -176,9 +176,9 @@
 // NUMBER_OF_PROCESSORS, which should be set by NT.  Maybe this isn't
 // NUMBER_OF_PROCESSORS, which should be set by NT.  Maybe this isn't
 // a good idea to do all the time, but you can always disable it by
 // a good idea to do all the time, but you can always disable it by
 // explicitly unsetting NUMBER_OF_PROCESSORS, or by setting it to 1.
 // explicitly unsetting NUMBER_OF_PROCESSORS, or by setting it to 1.
-#if $[NUMBER_OF_PROCESSORS]
-MAKEFLAGS := -j$[NUMBER_OF_PROCESSORS]
-#endif
+//#if $[NUMBER_OF_PROCESSORS]
+//MAKEFLAGS := -j$[NUMBER_OF_PROCESSORS]
+//#endif
 
 
 // The 'all' rule makes all the stuff in the directory except for the
 // The 'all' rule makes all the stuff in the directory except for the
 // test_bin_targets.  It doesn't do any installation, however.
 // test_bin_targets.  It doesn't do any installation, however.