Source-Changes-HG archive

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

[src/trunk]: src/lib/libposix Set LLIBS to nothing; no sense in warning about...



details:   https://anonhg.NetBSD.org/src/rev/b0ab350ec874
branches:  trunk
changeset: 536397:b0ab350ec874
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Sep 14 21:18:20 2002 +0000

description:
Set LLIBS to nothing; no sense in warning about the 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 48bbbc3def82 -r b0ab350ec874 lib/libposix/Makefile
--- a/lib/libposix/Makefile     Sat Sep 14 21:16:43 2002 +0000
+++ b/lib/libposix/Makefile     Sat Sep 14 21:18:20 2002 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: Makefile,v 1.10 2002/08/19 09:41:33 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2002/09/14 21:18:20 thorpej Exp $
 
 LIB=   posix
 
 .include <bsd.own.mk>
 
+# This library replaces routines in libc; no sense in warning about it.
+LLIBS=
+
 CPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include
 .if exists(${NETBSDSRCDIR}/lib/libc/arch/${MACHINE_ARCH})
 ARCHDIR=       ${NETBSDSRCDIR}/lib/libc/arch/${MACHINE_ARCH}



Home | Main Index | Thread Index | Old Index