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:           Sat Sep  5 18:13:47 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: include-main.exp include-main.mk
            include-sub.mk include-subsub.mk

Log Message:
make(1): add test for .INCLUDEDFILE combined with .for loops

The .for loops are implemented as a special kind of .include, therefore
they affect the .INCLUDEDFROM variable.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/include-main.exp \
    src/usr.bin/make/unit-tests/include-sub.mk \
    src/usr.bin/make/unit-tests/include-subsub.mk
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/include-main.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