[Gnucash-changes] r14068 - gnucash/trunk - remove the files before rebuilding them (since we're rebuilding in append mode).

Joshua Sled jsled at cvs.gnucash.org
Sun May 14 19:29:04 EDT 2006


Author: jsled
Date: 2006-05-14 19:29:03 -0400 (Sun, 14 May 2006)
New Revision: 14068
Trac: http://svn.gnucash.org/trac/changeset/14068

Modified:
   gnucash/trunk/Makefile.TAGS
Log:
remove the files before rebuilding them (since we're rebuilding in append mode).


Modified: gnucash/trunk/Makefile.TAGS
===================================================================
--- gnucash/trunk/Makefile.TAGS	2006-05-14 23:26:35 UTC (rev 14067)
+++ gnucash/trunk/Makefile.TAGS	2006-05-14 23:29:03 UTC (rev 14068)
@@ -17,7 +17,9 @@
 # we don't need an etags.files dep here b/c you always call this after
 # re-generating etags.files if needed from the top-level Makefile.am.
 TAGS: $(shell cat etags.files)
+	rm TAGS
 	cat etags.files | xargs -n 200 etags --append
 
 tags: $(shell cat etags.files)
+	rm tags
 	cat etags.files | xargs -n 200 ctags --append



More information about the gnucash-changes mailing list