Source-Changes archive

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

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   apb
Date:           Sun Oct 19 08:30:10 UTC 2008

Modified Files:
        src/usr.bin/make: main.c make.1

Log Message:
Always make the debugging output unbuffered; in addition, if debugging
is enabled but debugging output is not directed to stdout, then make
stdout line buffered.

Previously, the code to make debug output unbuffered applied only if
debugging to a file, not if debugging to stdout or stderr.  Making
stdout line buffered when debugging was suggested by Steven Bellovin.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/usr.bin/make/main.c
cvs rdiff -r1.138 -r1.139 src/usr.bin/make/make.1

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