[llvm-commits] CVS: llvm/test/Programs/Makefile.TEST.example
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 16 15:00:01 PST 2003
Changes in directory llvm/test/Programs:
Makefile.TEST.example updated: 1.1 -> 1.2
---
Log message:
Simplify example
---
Diffs of the changes:
Index: llvm/test/Programs/Makefile.TEST.example
diff -u llvm/test/Programs/Makefile.TEST.example:1.1 llvm/test/Programs/Makefile.TEST.example:1.2
--- llvm/test/Programs/Makefile.TEST.example:1.1 Thu Jan 16 14:39:24 2003
+++ llvm/test/Programs/Makefile.TEST.example Thu Jan 16 14:59:38 2003
@@ -5,7 +5,9 @@
#
##===----------------------------------------------------------------------===##
+TESTNAME = $(subst test.example.,,$@)
+
test.example.%: Output/%.llvm.bc
@echo "========================================="
- @echo "Running 'example' test on '$(subst test.example.,,$@)' program"
+ @echo "Running 'example' test on '$(TESTNAME)' program"
wc $<
More information about the llvm-commits
mailing list