[llvm-commits] CVS: reopt/test/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 26 12:02:37 PDT 2004
Changes in directory reopt/test:
Makefile updated: 1.8 -> 1.9
---
Log message:
Add a print_objroot target for the use of the run-tests script, since
'gmake prdirs' seems to have gone.
---
Diffs of the changes: (+4 -0)
Index: reopt/test/Makefile
diff -u reopt/test/Makefile:1.8 reopt/test/Makefile:1.9
--- reopt/test/Makefile:1.8 Thu Sep 23 14:48:35 2004
+++ reopt/test/Makefile Tue Oct 26 14:02:27 2004
@@ -18,3 +18,7 @@
(cd $(LLVM_OBJ_ROOT)/projects/llvm-test/$(SUBDIR); \
PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=reopt \
test )
+
+print_objroot:
+ @echo $(LLVM_OBJ_ROOT)
+
More information about the llvm-commits
mailing list