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:   apb
Date:           Thu Nov 13 20:40:11 UTC 2008

Modified Files:
        src: BUILDING build.sh
        src/distrib/sets: Makefile
        src/doc: BUILDING.mdoc
        src/share/man/man5: mk.conf.5
        src/share/mk: bsd.README bsd.own.mk

Log Message:
Add support for new MAKEVERBOSE levels 3 and 4.  The complete list is now:

 0   Minimal output ("quiet")
 1   Describe what is occurring
 2   Describe what is occurring and echo the actual command
 3   Ignore the effect of the "@" prefix in make commands
 4   Trace shell commands using the shell's -x flag

The default remains MAKEVERBOSE=2.


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/BUILDING
cvs rdiff -r1.198 -r1.199 src/build.sh
cvs rdiff -r1.64 -r1.65 src/distrib/sets/Makefile
cvs rdiff -r1.68 -r1.69 src/doc/BUILDING.mdoc
cvs rdiff -r1.44 -r1.45 src/share/man/man5/mk.conf.5
cvs rdiff -r1.240 -r1.241 src/share/mk/bsd.README
cvs rdiff -r1.548 -r1.549 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