[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 10 09:17:01 PST 2003
Changes in directory llvm/test/Programs/External/SPEC:
Makefile.spec updated: 1.19 -> 1.20
---
Log message:
Hrm, the cat happens before the chdir
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.19 llvm/test/Programs/External/SPEC/Makefile.spec:1.20
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.19 Wed Dec 10 09:09:50 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec Wed Dec 10 09:16:33 2003
@@ -128,14 +128,14 @@
Output/%.bugpoint-gccas: Output/%.linked.rll $(LBUGPOINT) \
Output/gccas-pass-args Output/%.out-nat
$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
- $(LBUGPOINT) ../../$< `cat ../gccas-pass-args` $(BUGPOINT_OPTIONS)
+ $(LBUGPOINT) ../../$< `cat Output/gccas-pass-args` $(BUGPOINT_OPTIONS)
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccld): \
Output/%.bugpoint-gccld: Output/%.linked.bc $(LBUGPOINT) \
Output/gccld-pass-args Output/%.out-nat
$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
- $(LBUGPOINT) ../../$< `cat ../gccld-pass-args` $(BUGPOINT_OPTIONS)
+ $(LBUGPOINT) ../../$< `cat Output/gccld-pass-args` $(BUGPOINT_OPTIONS)
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llc): \
More information about the llvm-commits
mailing list