Module Name: src Committed By: rillig Date: Tue Dec 14 00:02:57 UTC 2021
Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: Makefile dep-wildcards.exp Added Files: src/usr.bin/make/unit-tests: dep-op-missing.exp dep-op-missing.mk Log Message: make: remove unreachable code for parsing the dependency operator At the point where ParseDependencyOp is called, cp is guaranteed to point to either ':' or '!'. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1177 -r1.1178 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.577 -r1.578 src/usr.bin/make/parse.c cvs rdiff -u -r1.289 -r1.290 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/dep-op-missing.exp \ src/usr.bin/make/unit-tests/dep-op-missing.mk cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/dep-wildcards.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.