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: Sun May 18 21:46:23 UTC 2025
Modified Files:
src/usr.bin/make: main.c
src/usr.bin/make/unit-tests: varname-dot-makeflags.mk varname-empty.exp
Log Message:
make: Cmd_Exec call Main_ExportMAKEFLAGS
export MAKEFLAGS the fist time Cmd_Exec is called.
This allows ${.MAKE} run via x!= to see them.
Remove test case from varname-dot-makeflags that checked
this does not happen.
Reviewed by: christos
To generate a diff of this commit:
cvs rdiff -u -r1.649 -r1.650 src/usr.bin/make/main.c
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/varname-dot-makeflags.mk
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/make/unit-tests/varname-empty.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