[llvm-commits] CVS: llvm/test/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Dec 10 22:49:02 PST 2003


Changes in directory llvm/test:

Makefile updated: 1.51 -> 1.52

---
Log message:

Separate out target for cleaning up qmtest garbage.


---
Diffs of the changes:  (+3 -1)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.51 llvm/test/Makefile:1.52
--- llvm/test/Makefile:1.51	Thu Nov 20 19:12:47 2003
+++ llvm/test/Makefile	Wed Dec 10 22:48:38 2003
@@ -96,7 +96,9 @@
 	$(QMTEST) gui --no-browser --daemon
 
 # Also get rid of qmtest garbage when we 'make clean' in this directory.
-clean::
+clean:: qmtest-clean
+
+qmtest-clean:
 	$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
 	$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
 		$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo





More information about the llvm-commits mailing list