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: Thu Feb 18 20:25:09 UTC 2016
Modified Files:
src/usr.bin/make: main.c make.1 nonints.h var.c
src/usr.bin/make/unit-tests: export-env.exp export-env.mk
Log Message:
Add .export-literal to avoid the need for $$ dance when trying to put
unexpanded variables into environment.
Reviewed by: christos
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/usr.bin/make/main.c
cvs rdiff -u -r1.251 -r1.252 src/usr.bin/make/make.1
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.202 -r1.203 src/usr.bin/make/var.c
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/export-env.exp \
src/usr.bin/make/unit-tests/export-env.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