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

Chris Shoemaker c.shoemaker at cox.net
Sat May 27 22:04:39 EDT 2006


On Sun, May 14, 2006 at 07:29:04PM -0400, Joshua Sled wrote:
> 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
> 

I'm unable to "make etags" any more:

make -f Makefile.TAGS etags.files
make[1]: Entering directory `/home/chris/svn/trunk2'
make[1]: `etags.files' is up to date.
make[1]: Leaving directory `/home/chris/svn/trunk2'
make -f Makefile.TAGS TAGS
make[1]: Entering directory `/home/chris/svn/trunk2'
rm TAGS
rm: cannot remove `TAGS': No such file or directory
make[1]: *** [TAGS] Error 1
make[1]: Leaving directory `/home/chris/svn/trunk2'
make: *** [etags] Error 2
 

If I 'touch TAGS' it just tells me it's up-to-date.

-chris


More information about the gnucash-devel mailing list