Re: 27-fixsubdirs-am.patch

2001-02-07 Thread Tom Tromey
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

Re: 27-fixsubdirs-am.patch

2001-02-06 Thread Akim Demaille
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

Re: 27-fixsubdirs-am.patch

2001-02-04 Thread Tom Tromey
> "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

27-fixsubdirs-am.patch

2001-02-04 Thread Akim Demaille
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