remove the files before rebuilding them (since we're rebuilding in append mode).

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14068 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/register-rewrite
Joshua Sled 20 years ago
parent 4f1f42ca34
commit ccf70448ae

@ -17,7 +17,9 @@ etags.files: $(shell find . -mindepth 1 -type d ! -name CVS ! -path "*/.*")
# 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

Loading…
Cancel
Save