Glibc build failure on i386-gnu

Jeff Bailey jbailey@nisa.net
Sat Jan 18 00:32:00 GMT 2003


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



More information about the Libc-alpha mailing list