Tom Tromey <[EMAIL PROTECTED]> writes:

> >>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
> 
> Akim> FYI, here is the result on the fileutils:
> 
> Akim> @@ -307,8 +307,8 @@
> Akim>                END { for (i in files) print i; }'`; \
> Akim>         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
> Akim>           || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
> Akim> -all: all-redirect
> Akim> -
> Akim> +all: config.h
> Akim> +       $(MAKE) $(AM_MAKEFLAGS) all-recursive
> 
> I'm concerned by this.
> `all' should be the first target in Makefile.in.  But this makes it
> look like it comes after TAGS.
> Why?

Because it's an output from makesort, not from diff per se, and
makesort just sorts alphabetically.  The `+all' is affected just like
`-all' was, but in the actual output the order is fine.

Reply via email to