Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tools



Module Name:    src
Committed By:   mrg
Date:           Mon Jul  7 05:43:56 UTC 2008

Modified Files:
        src/tools: Makefile.gmakehost

Log Message:
pass the "-j" flag down to gmake.   you can force -j option to
gmake by setting GMAKE_J_ARGS=-jN.

discussed with matt@ and a few others.

XXX: this is kind of hacky, as it will fork off more processes than
XXX: "-jN" says to, but there's no real way to get parallelism in
XXX: both the tools/gcc build and the rest of the build without
XXX: this.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/tools/Makefile.gmakehost

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index