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:           Fri Jan  7 20:37:25 UTC 2022

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

Log Message:
make: clean up comments, variable names, function names

The comment in ApplyDependencySourceOther repeated the code, its second
half didn't match any current code.

The comment above ParseDependencySourcesEmpty repeated the code.

No binary change, except for assertion line numbers.


To generate a diff of this commit:
cvs rdiff -u -r1.565 -r1.566 src/usr.bin/make/main.c
cvs rdiff -u -r1.629 -r1.630 src/usr.bin/make/parse.c
cvs rdiff -u -r1.174 -r1.175 src/usr.bin/make/targ.c
cvs rdiff -u -r1.995 -r1.996 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