Tom> Note that the clean-am rules are run from the clean-recursive
Tom> rules in subdirs.am. That happens so that we can force the
Tom> ordering, and it is important. This is true for the ordinary
Tom> (all, install, etc) -recursive rules in subdirs.am as well.
Akim> !!!
Akim> Do we have speci
Tom Tromey <[EMAIL PROTECTED]> writes:
> Akim> -clean: clean-recursive
> Akim> +clean: clean-recursive clean-recursive
>
> This seems wrong.
Ooops. Thanks.
> Note that the clean-am rules are run from the clean-recursive rules in
> subdirs.am. That happens so that we can force the ordering, a
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> * subdirs.am: This file is the exception: clean recursive targets
Akim> are called by the clean targets, not the clean-am targets.
Akim> Otherwise we have a circular dependency: clean -> clean-am ->
Akim> clean-recursive -> c
This was responsible for the failure of pr87.
Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* subdirs.am: This file is the exception: clean recursive targets
are called by the clean targets, not the clean-am targets.
Otherwise we have a circular dependency: cl