Module Name:    src
Committed By:   rillig
Date:           Sun Nov  8 11:05:58 UTC 2020

Modified Files:
        src/usr.bin/make: make.c
        src/usr.bin/make/unit-tests: depsrc-optional.exp

Log Message:
make(1): inline MakeAddChild into ExamineLater

This gets rid of a few void pointers and unspecific variable names like
"l" for the list that should have rather been called "examine" all the
time.

Add quotes around placeholders in debug messages.  Especially for targets
like "all" the message had been syntactically misleading.


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/usr.bin/make/make.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/depsrc-optional.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to