[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Sat Nov 18 14:02:45 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.240 -> 1.241
---
Log message:
make clean in llvm-test removes bugpoint output too
---
Diffs of the changes: (+2 -0)
Makefile.programs | 2 ++
1 files changed, 2 insertions(+)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.240 llvm-test/Makefile.programs:1.241
--- llvm-test/Makefile.programs:1.240 Sat Nov 18 13:32:28 2006
+++ llvm-test/Makefile.programs Sat Nov 18 16:02:30 2006
@@ -428,6 +428,8 @@
Output/%.bugpoint-jit: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
$(LBUGPOINT) $< -run-jit $(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
+clean::
+ rm -f bugpoint-*
LIBPROFILESO = $(LLVM_OBJ_ROOT)/Debug/lib/libprofile_rt.so
More information about the llvm-commits
mailing list