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:           Tue Dec 19 19:33:40 UTC 2023

Modified Files:
        src/usr.bin/make: buf.c buf.h compat.c cond.c dir.c hash.c hash.h job.c
            job.h parse.c suff.c var.c
        src/usr.bin/make/unit-tests: cond-func-empty.mk dep-var.mk dir.mk
            directive-for-errors.mk opt-debug-loud.mk

Log Message:
make: clean up comments

No binary change, except for line numbers in assertions.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/make/buf.c
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/make/buf.h
cvs rdiff -u -r1.247 -r1.248 src/usr.bin/make/compat.c
cvs rdiff -u -r1.356 -r1.357 src/usr.bin/make/cond.c
cvs rdiff -u -r1.284 -r1.285 src/usr.bin/make/dir.c
cvs rdiff -u -r1.73 -r1.74 src/usr.bin/make/hash.c
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/make/hash.h
cvs rdiff -u -r1.460 -r1.461 src/usr.bin/make/job.c
cvs rdiff -u -r1.77 -r1.78 src/usr.bin/make/job.h
cvs rdiff -u -r1.711 -r1.712 src/usr.bin/make/parse.c
cvs rdiff -u -r1.371 -r1.372 src/usr.bin/make/suff.c
cvs rdiff -u -r1.1083 -r1.1084 src/usr.bin/make/var.c
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/make/unit-tests/cond-func-empty.mk
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/dep-var.mk \
    src/usr.bin/make/unit-tests/dir.mk
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/directive-for-errors.mk
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt-debug-loud.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