[rhmessaging-commits] rhmessaging commits: r4381 - mgmt/trunk.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Oct 8 16:14:48 EDT 2010


Author: justi9
Date: 2010-10-08 16:14:47 -0400 (Fri, 08 Oct 2010)
New Revision: 4381

Modified:
   mgmt/trunk/Makefile
Log:
Remove an obsolete make rule; add clean to the help text

Modified: mgmt/trunk/Makefile
===================================================================
--- mgmt/trunk/Makefile	2010-10-08 20:09:41 UTC (rev 4380)
+++ mgmt/trunk/Makefile	2010-10-08 20:14:47 UTC (rev 4381)
@@ -1,23 +1,18 @@
-.PHONY: help tags check-devel-env clean
+.PHONY: help tags clean
 
-version := 0.1.$(shell svn info | fgrep "Revision:" | cut -d " " -f 2)
+# version := 0.1.$(shell svn info | fgrep "Revision:" | cut -d " " -f 2)
 
 help:
 	@echo "Targets:"
 	@echo "    help           Print this message"
+	@echo "    clean          Remove build artifacts"
 	@echo "    tags           Rebuild the tag index"
 
-tags: check-devel-env
+tags:
 	find -name \*.py -print | etags -
 	find -name \*.strings -print \
 		| etags --append --regex='/^\[.*\][ \t]*$$/\1/' -
 
-check-devel-env:
-	@if test -z "${DEVEL_HOME}"; then \
-	    echo "DEVEL_HOME is not set; you need to source etc/devel.profile"; \
-	    exit 1; \
-	fi
-
 clean:
 	$(MAKE) clean -C parsley
 	$(MAKE) clean -C wooly



More information about the rhmessaging-commits mailing list