Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: lukem
Date: Sun Oct 26 02:17:46 UTC 2003
Modified Files:
src: BUILDING build.sh
src/doc: BUILDING.mdoc
src/share/mk: bsd.own.mk
Log Message:
Improve how build.sh -N and MAKEVERBOSE interoperate;
rather than adding '-s' to make's command line in the makewrapper,
use the .SILENT target based on MAKEVERBOSE's value.
This means that you can do:
./build.sh -N 1 makewrapper
$TOOLDIR/bin/nbmake-$MACHINE
# runs at MAKEVERBOSE==1, with command lines suppressed
$TOOLDIR/bin/nbmake-$MACHINE MAKEVERBOSE=2
# runs at MAKEVERBOSE==2 for this invocation, with command lines shown
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/BUILDING
cvs rdiff -r1.120 -r1.121 src/build.sh
cvs rdiff -r1.30 -r1.31 src/doc/BUILDING.mdoc
cvs rdiff -r1.379 -r1.380 src/share/mk/bsd.own.mk
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