Module Name: src Committed By: jmmv Date: Sat Jul 10 16:16:12 UTC 2010
Modified Files: src/tests/util/make: Makefile Added Files: src/tests/util/make: t_make.sh Removed Files: src/tests/util/make: t_make.awk t_make.in Log Message: Do not use awk to generate the test program. Instead, replace it with some eval magic (which is less magic than the previous awk stuff). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/util/make/Makefile cvs rdiff -u -r1.2 -r0 src/tests/util/make/t_make.awk cvs rdiff -u -r1.1 -r0 src/tests/util/make/t_make.in cvs rdiff -u -r0 -r1.1 src/tests/util/make/t_make.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.