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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits