This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: Glibc build failure on i386-gnu


On Thu, Jan 16, 2003 at 11:20:01PM -0800, Jeff Bailey wrote:
> Sometime since 2003-01-13 one of the Make* changes appears to have
> broken the i386-gnu build.

The following change is what clobbered it:

2003-01-14 Roland McGrath <roland@redhat.com>

       * Makerules (sed-remove-dotdot): New variable.
        ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).

This causes mach-shortcuts.h to get built before the mach/Makefile rules
allow it to be.  Removing the $(before-compile) fixes this problem.  I
don't know why this depends on $(before-compile) so I can't suggest a
better fix.

Tks,
Jeff Bailey


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