This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Looking at the end of PR10996 [Take 2 for the *.7 files]


On Wed, 2003-10-22 at 10:31, Nathanael Nerode wrote:
> >GNU Make always uses the rule itself when determining $<.  If you use
> >$+, you do get all of the dependencies -- but the ones not in the rule
> >itself come after the ones in the rule.
> 
> Indeed, I just verified this.  :-)
> 
> However, note that Kelley's proposed patch contains *no* dependencies in
> the rules themselves, and *does* therefore generate difficult order
> dependencies.

Agreed, and I agree with your conclusions about how best to fix things
as well.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]