This is the mail archive of the libc-alpha@sourceware.org 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: [patch] Fix bug 15915, erroneous make rule for linkobj/libc.so.


Steve,

On Mon, Sep 9, 2013 at 9:37 AM, Steve Ellcey <sellcey@mips.com> wrote:
> I am having trouble applying the new patch to ToT.  The Makerules part
> applied but the Makefile part did not.  Looking at this patch it appears
> that it is keeping both:
>
>   lib: $(common-objpfx)libc.so
> and
>   lib: $(common-objpfx)linkobj/libc.so
>
> Which I don't think is right, is it?

Yes, that piece is correct.  This patch isn't changing any of the
build rules seen by Makefile, just moving the rules around.  The same
things still get built.

> Are you sure the patch you sent is
> against unmodified ToT sources?

Sorry about that -- somehow I got some tab damage in it.  The attached
corrected version is against ToT as of 30 minutes ago.

- Brooks

Attachment: 2013-09-09_linkobj-libc-makefile.diff
Description: Binary data


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