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: [patch] Tighten pre-requisites for parallel make


Ralf Wildenhues wrote:
> Hello Michael,
> 
> * Michael Matz wrote on Mon, Apr 20, 2009 at 04:14:31AM CEST:
>> we use order-only pre-requisites of GNU make to make sure that the 
>> generated files are generated very early.
> 
> Yes, but we also used it to direct 'make' to compile insn-attrtab as
> soon as possible.  It may well be that we didn't try this change that
> you have now, or some other circumstance didn't let this seem beneficial
> then.  Which make version did you test with?

insn-attrtab is compiled as soon as possible anyway because it's at the
top of OBJS-common.

Patch is okay -- thanks!

Paolo


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