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:   sjg
Date:           Sat Feb 25 19:30:32 UTC 2023

Modified Files:
        src/usr.bin/make/unit-tests: Makefile meta-ignore.inc
            varname-dot-make-meta-ignore_filter.exp
            varname-dot-make-meta-ignore_paths.exp
            varname-dot-make-meta-ignore_patterns.exp

Log Message:
make: meta-ignore tests will not work if TMPDIR is /tmp

Since /tmp and /var/tmp are always part of .MAKE.META.IGNORE_PATHS
the varname-dot-make-meta-ignore_* tests will not work
if TMPDIR is either (or subdir) of those.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/meta-ignore.inc
cvs rdiff -u -r1.2 -r1.3 \
    src/usr.bin/make/unit-tests/varname-dot-make-meta-ignore_filter.exp \
    src/usr.bin/make/unit-tests/varname-dot-make-meta-ignore_paths.exp \
    src/usr.bin/make/unit-tests/varname-dot-make-meta-ignore_patterns.exp

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