FreeBSD Bugzilla – Attachment 30182 Details for
Bug 50945
BUG: NOINSTALLLIB isn't honored in all Makefiles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.51 KB, created by
Rene de Vries
on 2003-04-14 15:20:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rene de Vries
Created:
2003-04-14 15:20:13 UTC
Size:
2.51 KB
patch
obsolete
>Index: gnu/lib/csu/Makefile >=================================================================== >RCS file: /home/fbsd-cvsrepo/src/gnu/lib/csu/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- gnu/lib/csu/Makefile 27 Feb 2003 09:19:31 -0000 1.16 >+++ gnu/lib/csu/Makefile 1 Apr 2003 12:36:18 -0000 >@@ -60,9 +60,11 @@ > ${MAKE} -f ${.ALLSRC} MFILE=${.ALLSRC} GCCDIR=${GCCDIR} ${.TARGET} > > realinstall: >+.if !defined(NOINSTALLLIB) > .for file in ${OBJS} ${SOBJS} ${TGTOBJS} > ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ > ${file} ${DESTDIR}${LIBDIR}/${file:S/.So$/S.o/} > .endfor >+.endif > > .include <bsd.lib.mk> >Index: lib/csu/i386/Makefile >=================================================================== >RCS file: /home/fbsd-cvsrepo/src/lib/csu/i386/Makefile,v >retrieving revision 1.42 >diff -u -r1.42 Makefile >--- lib/csu/i386/Makefile 29 Jul 2002 09:40:10 -0000 1.42 >+++ lib/csu/i386/Makefile 1 Apr 2003 12:36:18 -0000 >@@ -41,8 +41,10 @@ > @mv ${.TARGET}.tmp ${.TARGET} > > realinstall: >+.if !defined(NOINSTALLLIB) > ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ > ${DESTDIR}${LIBDIR} >+.endif > > depend: .depend > >Index: lib/csu/i386-elf/Makefile >=================================================================== >RCS file: /home/fbsd-cvsrepo/src/lib/csu/i386-elf/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- lib/csu/i386-elf/Makefile 29 Jul 2002 09:40:11 -0000 1.17 >+++ lib/csu/i386-elf/Makefile 1 Apr 2003 12:36:18 -0000 >@@ -18,7 +18,9 @@ > ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c > > realinstall: >+.if !defined(NOINSTALLLIB) > ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ > ${OBJS} ${DESTDIR}${LIBDIR} >+.endif > > .include <bsd.lib.mk> >Index: lib/libncurses/Makefile >=================================================================== >RCS file: /home/fbsd-cvsrepo/src/lib/libncurses/Makefile,v >retrieving revision 1.66 >diff -u -r1.66 Makefile >--- lib/libncurses/Makefile 25 Feb 2003 15:41:49 -0000 1.66 >+++ lib/libncurses/Makefile 1 Apr 2003 12:36:18 -0000 >@@ -230,11 +230,13 @@ > make_keys MKterm.h.awk comp_captab.c curses.head \ > namehdr nameftr codeftr ${NAMESRC} ${CODESRC} > >+.if !defined(NOINSTALLLIB) > SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a > SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a > SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a > SYMLINKS+=libncurses.a ${LIBDIR}/libmytinfo.a > SYMLINKS+=libncurses.a ${LIBDIR}/libtinfo.a >+.endif > .if !defined(NOPIC) > # no need for major at all, it's an ld-time redirection only > SYMLINKS+=libncurses.so ${SHLIBDIR}/libcurses.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50945
: 30182