Module Name: src Committed By: christos Date: Fri Dec 3 01:29:55 UTC 2010
Modified Files: src/tests/util/make: Makefile t_make.sh Added Files: src/tests/util/make: d_unmatchedvarparen.mk d_unmatchedvarparen.out Log Message: Add a new test for the latest variable expansion problem. - Cannot test because make test prints: .: Can't open /usr/share/atf/atf.header.subr - The shell script common code needs to be fixed to follow regular shell style. - variables are underquoted - uses `` instead of $() - does not use local for local variables, prefixes with undescore - needlessly uses braces for numeric and symbolic variables. - uses a fifo to grab output, and does not clean it up properly on error - should not exit with > 127 !!! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/util/make/Makefile \ src/tests/util/make/t_make.sh cvs rdiff -u -r0 -r1.1 src/tests/util/make/d_unmatchedvarparen.mk \ src/tests/util/make/d_unmatchedvarparen.out Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.