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] math/Makefile: don't clobber old libm.so on install [BZ #19822]


The change makes it consistent with how the $(inst_libdir)/libc.so
target in Makerules works, so that's fine for now (with ChangeLog
entry, of course).

In the long run, I think we probably want to change things so that
nothing is constructed in place in the installation directories like
that.  They should be created locally somewhere and then installed
using a normal $(INSTALL_DATA) command.


Thanks,
Roland


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