On Fri, Mar 15, 2013 at 07:15:52AM +0100, Markus Armbruster wrote:
> David Gibson <da...@gibson.dropbear.id.au> writes:
> 
> > Currently the Makefile creates TAGS for emacs with the command:
> >     find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
> > That works only if xargs ends up invoking etags just once.  If xargs runs
> > etags several times, as it will if there are enough files, then the later
> > invocations will overwrite the output from the earlier invocations.  This
> > patch uses the etags --append option to fix the bug.
> >
> > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au>
> 
> Reviewed-by: Markus Armbruster <arm...@redhat.com>

Anyone? Anyone?  Please apply?

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: Digital signature

Reply via email to