Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make/unit-tests
Module Name: src
Committed By: sjg
Date: Sat Aug 30 22:21:08 UTC 2014
Modified Files:
src/usr.bin/make/unit-tests: impsrc.mk posix1.exp posix1.mk suffixes.mk
sysv.mk varmisc.mk
Log Message:
Replace use of $() with ${}
$() means something special to the shell, so ${} reduces confusion
and is used almost exclusively in the rest of the makefiles.
Discussed with: christos
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/impsrc.mk \
src/usr.bin/make/unit-tests/sysv.mk \
src/usr.bin/make/unit-tests/varmisc.mk
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/posix1.exp
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/posix1.mk \
src/usr.bin/make/unit-tests/suffixes.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