Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/utils/libhack pullup 1.7->1.8 (mrg)
details: https://anonhg.NetBSD.org/src/rev/ea7858b96b1c
branches: netbsd-1-4
changeset: 469142:ea7858b96b1c
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 01 19:38:19 1999 +0000
description:
pullup 1.7->1.8 (mrg)
diffstat:
distrib/utils/libhack/Makefile | 7 +++++--
distrib/utils/libhack/Makefile.inc | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 98577681286b -r ea7858b96b1c distrib/utils/libhack/Makefile
--- a/distrib/utils/libhack/Makefile Thu Jul 01 19:37:11 1999 +0000
+++ b/distrib/utils/libhack/Makefile Thu Jul 01 19:38:19 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6.2.1 1999/06/21 03:25:36 perry Exp $
+# $NetBSD: Makefile,v 1.6.2.2 1999/07/01 19:38:19 perry Exp $
#
# Stubs to kill off some things from libc:
# This save space on a boot system.
@@ -6,8 +6,11 @@
LIB= hack
SRCS= getcap.c getgrent.c gethost.c getnet.c getnetgr.c getpwent.c \
- localeconv.c opendir.c perror.c setlocale.c \
+ localeconv.c perror.c setlocale.c \
strerror.c strsignal.c utmp.c yplib.c
+.ifndef NOLIBHACKOPENDIR
+SRCS+= opendir.c
+.endif
WARNS= 1
MKPIC= no
diff -r 98577681286b -r ea7858b96b1c distrib/utils/libhack/Makefile.inc
--- a/distrib/utils/libhack/Makefile.inc Thu Jul 01 19:37:11 1999 +0000
+++ b/distrib/utils/libhack/Makefile.inc Thu Jul 01 19:38:19 1999 +0000
@@ -1,11 +1,14 @@
-# $NetBSD: Makefile.inc,v 1.5.2.1 1999/06/21 03:24:46 perry Exp $
+# $NetBSD: Makefile.inc,v 1.5.2.2 1999/07/01 19:39:50 perry Exp $
# Include this fragment to build libhack.o
# It is .o and not .a to make sure these are the
# objects you get (and not the ones in libc.a)
HACKOBJS= getcap.o getgrent.o gethost.o getnet.o getnetgr.o getpwent.o \
- localeconv.o opendir.o perror.o setlocale.o \
+ localeconv.o perror.o setlocale.o \
strerror.o strsignal.o utmp.o yplib.o
+.ifndef NOLIBHACKOPENDIR
+HACKOBJS+= opendir.o
+.endif
libhack.o : $(HACKOBJS)
$(LD) -r -o $@ $(HACKOBJS)
Home |
Main Index |
Thread Index |
Old Index