Quoting Joshua Sled <[EMAIL PROTECTED]>:

TAGS: $(shell cat etags.files)
-       etags `cat etags.files`
+       cat etags.files | xargs -n 200 etags --append

tags: $(shell cat etags.files)
-       ctags `cat etags.files`
+       cat etags.files | xargs -n 200 ctags --append

Wont this constantly append to the file?  When does the tags file
get reset?

-derek

--
      Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
      Member, MIT Student Information Processing Board  (SIPB)
      URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
      [EMAIL PROTECTED]                        PGP key available

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to