Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Tue Nov 10 22:23:37 UTC 2020

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/usr.bin/make/unit-tests: Makefile cond-token-string.exp
            cond-token-string.mk directive-elif.exp directive-elif.mk
            directive-if.exp directive-if.mk
Added Files:
        src/usr.bin/make/unit-tests: directive-if-nested.exp
            directive-if-nested.mk

Log Message:
make(1): add more tests for parsing .if directives

The details of parsing are quite tricky and not documented in the manual
page.  Record the current behavior to be a little safer in future
refactorings.


To generate a diff of this commit:
cvs rdiff -u -r1.966 -r1.967 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.196 -r1.197 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/cond-token-string.exp
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/cond-token-string.mk \
    src/usr.bin/make/unit-tests/directive-elif.exp
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directive-elif.mk \
    src/usr.bin/make/unit-tests/directive-if.exp
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/directive-if-nested.exp \
    src/usr.bin/make/unit-tests/directive-if-nested.mk
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/directive-if.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