[darcs-users] darcs patch: Don't override MAKEFLAGS's -j.

Trent W. Buck trentbuck at gmail.com
Tue Nov 4 13:41:05 UTC 2008


Thu Oct 23 17:51:34 EST 2008  Trent W. Buck <trentbuck at gmail.com>
  * Don't override MAKEFLAGS's -j.
  
  Make does hairy things within $MAKEFLAGS (which is included in $MAKE)
  to ensure that -j does the right thing in the presence of nested
  makes.  Overriding this with $(MAKE) -j4 is almost certainly naughty.
  Instead, you should do "make -j4 disttest" or implicitly, with
  "MAKEFLAGS=j4 darcs record --test".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 15074 bytes
Desc: A darcs patch for your repository!
Url : http://lists.osuosl.org/pipermail/darcs-users/attachments/20081104/9cfde0ae/attachment.bin 


More information about the darcs-users mailing list