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: sjg
Date: Fri Mar 13 04:22:04 UTC 2026
Modified Files:
src/usr.bin/make: main.c make.h var.c
src/usr.bin/make/unit-tests: opt-debug-graph1.exp opt-debug-graph2.exp
opt-debug-graph3.exp suff-main-several.exp suff-transform-debug.exp
varname-dot-make-save_dollars.mk
Log Message:
make: ensure .MAKE.SAVE_DOLLARS is set.
This makes it possible for macros to be set so as to work correctly
whether .MAKE.SAVE_DOLLARS is "yes" (NetBSD) or "no" (bmake).
To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 src/usr.bin/make/main.c
cvs rdiff -u -r1.364 -r1.365 src/usr.bin/make/make.h
cvs rdiff -u -r1.1178 -r1.1179 src/usr.bin/make/var.c
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/make/unit-tests/opt-debug-graph1.exp
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/unit-tests/opt-debug-graph2.exp \
src/usr.bin/make/unit-tests/opt-debug-graph3.exp
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/make/unit-tests/suff-main-several.exp
cvs rdiff -u -r1.10 -r1.11 \
src/usr.bin/make/unit-tests/suff-transform-debug.exp
cvs rdiff -u -r1.7 -r1.8 \
src/usr.bin/make/unit-tests/varname-dot-make-save_dollars.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