diff options
author | ru <ru@FreeBSD.org> | 2004-08-18 07:17:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-08-18 07:17:01 +0000 |
commit | d4d76490aad2a1a7d6a74ed03426550efa1a6415 (patch) | |
tree | c56f624875e3a853c36a52233a7075763915c9a4 /lib/libc/regex/regex2.h | |
parent | ae25ac2907d4246b6537fb58df8ed32eddc17b7c (diff) | |
download | FreeBSD-src-d4d76490aad2a1a7d6a74ed03426550efa1a6415.zip FreeBSD-src-d4d76490aad2a1a7d6a74ed03426550efa1a6415.tar.gz |
My take at improving the universe: allow the worlds to be
built in parallel. Examples:
make universe
Build worlds sequentially, each world sequentially.
make universe JFLAG=-j4
Build worlds sequentially, each world in parallel.
make -j4 universe
make -j4 universe JFLAG=-j2
Build four worlds in parallel, each world will be
built in parallel too. World parallelization is
set to four in the first synopsis, and to two in
the second.
make -j4 universe JFLAG=-B
Build worlds in parallel, each world sequentially.
("world" == buildworld followed by buildkernels.)
Prayers: obrien, phk
Diffstat (limited to 'lib/libc/regex/regex2.h')
0 files changed, 0 insertions, 0 deletions