Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make/unit-tests
Module Name: src
Committed By: rillig
Date: Sun Nov 15 14:07:53 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: archive-suffix.mk archive.mk
cmd-interrupt.mk cmdline.mk comment.mk cond-cmp-string.exp
cond-cmp-string.mk cond-func-commands.mk cond-func-defined.exp
cond-func-defined.mk cond-func-empty.exp cond-func-empty.mk
cond-func.exp cond-func.mk cond-late.mk
Log Message:
make(1): clean up some tests
Fix some mistakes in comments.
Improve some comments to be easier understandable.
Inline variables that are irrelevant for the test at hand (RUN,
MAKE_CMD).
Remove references to functions and constants that have since been removed
or renamed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/archive-suffix.mk \
src/usr.bin/make/unit-tests/cmd-interrupt.mk \
src/usr.bin/make/unit-tests/comment.mk \
src/usr.bin/make/unit-tests/cond-func-empty.exp \
src/usr.bin/make/unit-tests/cond-late.mk
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/archive.mk
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/cmdline.mk
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/cond-cmp-string.exp
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/cond-cmp-string.mk
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/cond-func-commands.mk \
src/usr.bin/make/unit-tests/cond-func-defined.exp \
src/usr.bin/make/unit-tests/cond-func.exp
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/cond-func-defined.mk
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/cond-func-empty.mk
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/cond-func.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