[Gnucash-changes] r14064 - gnucash/trunk - argument list too long with cat; use xargs instead.

Derek Atkins warlord at MIT.EDU
Sun May 14 18:59:41 EDT 2006


Quoting Joshua Sled <jsled at cvs.gnucash.org>:

> 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
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list