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: rillig
Date: Wed Feb 15 06:52:59 UTC 2023
Modified Files:
src/usr.bin/make: job.c main.c make.h parse.c var.c
src/usr.bin/make/unit-tests: varname-dot-makeoverrides.mk
Log Message:
make: inline macros for variable names
The variable name '.MAKEOVERRIDES' was already used in the non-macro
form.
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.458 -r1.459 src/usr.bin/make/job.c
cvs rdiff -u -r1.590 -r1.591 src/usr.bin/make/main.c
cvs rdiff -u -r1.315 -r1.316 src/usr.bin/make/make.h
cvs rdiff -u -r1.695 -r1.696 src/usr.bin/make/parse.c
cvs rdiff -u -r1.1045 -r1.1046 src/usr.bin/make/var.c
cvs rdiff -u -r1.2 -r1.3 \
src/usr.bin/make/unit-tests/varname-dot-makeoverrides.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