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:   rillig
Date:           Sun Nov  8 23:38:02 UTC 2020

Modified Files:
        src/usr.bin/make: main.c make.h parse.c var.c

Log Message:
make(1): move lint option away from the debug flags

The lint option affects much more than a typical debug flag.  Not only
does it produce additional diagnostics, it also changes the control flow
and fixes the traditional error handling in a few places.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.454 -r1.455 src/usr.bin/make/main.c
cvs rdiff -u -r1.203 -r1.204 src/usr.bin/make/make.h
cvs rdiff -u -r1.436 -r1.437 src/usr.bin/make/parse.c
cvs rdiff -u -r1.682 -r1.683 src/usr.bin/make/var.c

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