[rhmessaging-commits] rhmessaging commits: r1700 - in mgmt: bin and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Feb 18 15:35:13 EST 2008


Author: justi9
Date: 2008-02-18 15:35:12 -0500 (Mon, 18 Feb 2008)
New Revision: 1700

Removed:
   mgmt/bin/devel-etags
Modified:
   mgmt/Makefile
Log:
Moves the tags functionality to the Makefile



Modified: mgmt/Makefile
===================================================================
--- mgmt/Makefile	2008-02-18 18:40:34 UTC (rev 1699)
+++ mgmt/Makefile	2008-02-18 20:35:12 UTC (rev 1700)
@@ -20,3 +20,9 @@
 
 clean:
 	rm -rf dist
+
+tags:
+	find "${DEVEL_HOME}" -name \*.py -print \
+		| etags --output="${DEVEL_HOME}/etc/devel.tags" -
+	find "${DEVEL_HOME}" -name \*.strings -print \
+		| etags --append --output="${DEVEL_HOME}/etc/devel.tags" --regex='/^\[.*\][ \t]*$$/\1/' -

Deleted: mgmt/bin/devel-etags
===================================================================
--- mgmt/bin/devel-etags	2008-02-18 18:40:34 UTC (rev 1699)
+++ mgmt/bin/devel-etags	2008-02-18 20:35:12 UTC (rev 1700)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-output="${DEVEL_HOME}/etc/devel.tags"
-
-find "$DEVEL_HOME" -name \*.py -print | etags --output="$output" -
-find "$DEVEL_HOME" -name \*.strings -print \
-    | etags --append --output="$output" --regex='/^\[.*\][ \t]*$/\1/' -




More information about the rhmessaging-commits mailing list