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: christos
Date: Sat Jan 9 00:55:17 UTC 2016
Modified Files:
src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.c
nonints.h parse.c suff.c var.c
Log Message:
Preserve $$ in := assignments..
FOO=\$$CRAP
BAR:=${FOO}
all:
echo ${FOO}
echo ${BAR}
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/arch.c
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/make/compat.c
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/cond.c
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/make/for.c
cvs rdiff -u -r1.181 -r1.182 src/usr.bin/make/job.c
cvs rdiff -u -r1.235 -r1.236 src/usr.bin/make/main.c
cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/make.c
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.206 -r1.207 src/usr.bin/make/parse.c
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/make/suff.c
cvs rdiff -u -r1.200 -r1.201 src/usr.bin/make/var.c
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