[rhmessaging-commits] rhmessaging commits: r4377 - in mgmt/trunk: wooly and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Oct 8 15:30:31 EDT 2010


Author: justi9
Date: 2010-10-08 15:30:31 -0400 (Fri, 08 Oct 2010)
New Revision: 4377

Modified:
   mgmt/trunk/Makefile
   mgmt/trunk/wooly/Makefile
Log:
Add wooly to the top-level make clean

Modified: mgmt/trunk/Makefile
===================================================================
--- mgmt/trunk/Makefile	2010-10-08 15:43:19 UTC (rev 4376)
+++ mgmt/trunk/Makefile	2010-10-08 19:30:31 UTC (rev 4377)
@@ -22,6 +22,7 @@
 
 clean:
 	$(MAKE) clean -C parsley
+	$(MAKE) clean -C wooly
 	$(MAKE) clean -C rosemary
 	$(MAKE) clean -C mint
 	$(MAKE) clean -C cumin

Modified: mgmt/trunk/wooly/Makefile
===================================================================
--- mgmt/trunk/wooly/Makefile	2010-10-08 15:43:19 UTC (rev 4376)
+++ mgmt/trunk/wooly/Makefile	2010-10-08 19:30:31 UTC (rev 4377)
@@ -1,4 +1,4 @@
-.PHONY: build install
+.PHONY: build install clean
 
 include ../etc/Makefile.common
 
@@ -19,3 +19,5 @@
 	install -pm 0644 LICENSE* COPYING* ${doc}
 	install -d ${share}/resources
 	install -pm 0644 resources/* ${share}/resources
+
+clean: clean-python-files



More information about the rhmessaging-commits mailing list