[llvm-commits] CVS: llvm/test/Programs/Makefile.programs
John Criswell
criswell at cs.uiuc.edu
Fri Feb 27 08:46:02 PST 2004
Changes in directory llvm/test/Programs:
Makefile.programs updated: 1.121 -> 1.122
---
Log message:
Look in the source tree for project report and plotting files. These are
not copied over to the build tree, and I don't see why they would need to
be copied into the object tree.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.121 llvm/test/Programs/Makefile.programs:1.122
--- llvm/test/Programs/Makefile.programs:1.121 Tue Feb 24 12:19:44 2004
+++ llvm/test/Programs/Makefile.programs Fri Feb 27 08:45:12 2004
@@ -529,9 +529,9 @@
TestMakefile := $(wildcard $(LEVEL)/test/Programs/TEST.$(TEST).Makefile) \
$(wildcard $(LEVEL)/projects/*/test/TEST.$(TEST).Makefile)
TestReport := $(wildcard $(LEVEL)/test/Programs/TEST.$(TEST).report) \
- $(wildcard $(LEVEL)/projects/*/test/TEST.$(TEST).report)
+ $(wildcard $(BUILD_SRC_ROOT)/projects/*/test/TEST.$(TEST).report)
TestGnuPlot := $(wildcard $(LEVEL)/test/Programs/TEST.$(TEST).gnuplot) \
- $(wildcard $(LEVEL)/projects/*/test/TEST.$(TEST).gnuplot)
+ $(wildcard $(BUILD_SRC_ROOT)/projects/*/test/TEST.$(TEST).gnuplot)
ifneq ($(strip $(TestMakefile)),)
-include $(TestMakefile)
else
More information about the llvm-commits
mailing list