Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/lib/libposix Pull up revision 1.11 (via patch, requeste...



details:   https://anonhg.NetBSD.org/src/rev/29f6f1cc841b
branches:  netbsd-1-6
changeset: 529601:29f6f1cc841b
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 11:59:03 2002 +0000

description:
Pull up revision 1.11 (via patch, requested by thorpej in ticket #817):
  Set LLIBS to nothing; no sense in warning about routines from
  libc that we know we are replacing.

diffstat:

 lib/libposix/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 652242e781f1 -r 29f6f1cc841b lib/libposix/Makefile
--- a/lib/libposix/Makefile     Sat Nov 30 15:41:31 2002 +0000
+++ b/lib/libposix/Makefile     Sun Dec 01 11:59:03 2002 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: Makefile,v 1.9 2001/11/13 18:55:00 tv Exp $
+#      $NetBSD: Makefile,v 1.9.2.1 2002/12/01 11:59:03 he Exp $
 
 LIB=   posix
 
 .include <bsd.own.mk>
 
+# This library replaces routines in libc; no sense in warning about it.
+LLIBS=
+
 CPPFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
 .if exists(${.CURDIR}/../libc/arch/${MACHINE_ARCH})
 ARCHDIR=       ${.CURDIR}/../libc/arch/${MACHINE_ARCH}



Home | Main Index | Thread Index | Old Index