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:           Sun Nov 16 16:43:57 UTC 2025

Modified Files:
        src/usr.bin/make/unit-tests: Makefile directive-dinclude.mk
            directive-hyphen-include.mk directive-include-guard.mk
            directive-include.mk directive-sinclude.mk

Log Message:
make: unit-tests use .OBJDIR when appropriate

Always use .OBJDIR to refer to the directory make is running in.
Also, add some final filtering to cleanup references to /usr/obj

Reviewed by: rillig


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/directive-dinclude.mk \
    src/usr.bin/make/unit-tests/directive-hyphen-include.mk
cvs rdiff -u -r1.19 -r1.20 \
    src/usr.bin/make/unit-tests/directive-include-guard.mk
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/make/unit-tests/directive-include.mk
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/directive-sinclude.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