Source-Changes archive

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

CVS commit: src/share/mk



Module Name:    src
Committed By:   lukem
Date:           Sat Oct 18 15:33:59 UTC 2003

Modified Files:
        src/share/mk: bsd.README bsd.dep.mk bsd.files.mk bsd.hostlib.mk
            bsd.hostprog.mk bsd.info.mk bsd.lib.mk bsd.man.mk bsd.nls.mk
            bsd.prog.mk bsd.sys.mk

Log Message:
Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are.
Supported values:
    0   Minimal output ("quiet")
    1   Describe what is occurring
    2   Describe what is occurring and echo the actual command ("verbose")
        This is the default, and is equivalent to the previous behaviour.


To generate a diff of this commit:
cvs rdiff -r1.140 -r1.141 src/share/mk/bsd.README
cvs rdiff -r1.57 -r1.58 src/share/mk/bsd.dep.mk
cvs rdiff -r1.24 -r1.25 src/share/mk/bsd.files.mk
cvs rdiff -r1.7 -r1.8 src/share/mk/bsd.hostlib.mk
cvs rdiff -r1.32 -r1.33 src/share/mk/bsd.hostprog.mk src/share/mk/bsd.info.mk
cvs rdiff -r1.235 -r1.236 src/share/mk/bsd.lib.mk
cvs rdiff -r1.84 -r1.85 src/share/mk/bsd.man.mk
cvs rdiff -r1.41 -r1.42 src/share/mk/bsd.nls.mk
cvs rdiff -r1.189 -r1.190 src/share/mk/bsd.prog.mk
cvs rdiff -r1.95 -r1.96 src/share/mk/bsd.sys.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