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:           Sun Dec 13 01:07:54 UTC 2020

Modified Files:
        src/usr.bin/make: parse.c
        src/usr.bin/make/unit-tests: directive-error.mk directive-export-env.mk
            directive-export-literal.mk directive-export.exp
            directive-export.mk directive-info.exp directive-info.mk
            directive-misspellings.exp directive-misspellings.mk
            directive-undef.exp directive-undef.mk directive-unexport.exp
            directive-unexport.mk directive-warning.exp directive-warning.mk

Log Message:
make(1): error out on misspelled directives

Before, make accepted misspellings like .warnings, .export-literally and
a few others, all of which are unlikely to occur in practice.  See the
test directive-misspellings.mk for further details.


To generate a diff of this commit:
cvs rdiff -u -r1.474 -r1.475 src/usr.bin/make/parse.c
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/directive-error.mk \
    src/usr.bin/make/unit-tests/directive-undef.exp \
    src/usr.bin/make/unit-tests/directive-warning.exp
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directive-export-env.mk \
    src/usr.bin/make/unit-tests/directive-export.exp \
    src/usr.bin/make/unit-tests/directive-info.exp \
    src/usr.bin/make/unit-tests/directive-warning.mk
cvs rdiff -u -r1.6 -r1.7 \
    src/usr.bin/make/unit-tests/directive-export-literal.mk \
    src/usr.bin/make/unit-tests/directive-unexport.mk
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/directive-export.mk \
    src/usr.bin/make/unit-tests/directive-undef.mk \
    src/usr.bin/make/unit-tests/directive-unexport.exp
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/directive-info.mk
cvs rdiff -u -r1.1 -r1.2 \
    src/usr.bin/make/unit-tests/directive-misspellings.exp \
    src/usr.bin/make/unit-tests/directive-misspellings.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