Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/pc532/floppies/inst-common Pull up rev 1.12 fro...
details: https://anonhg.NetBSD.org/src/rev/906f8e3bb598
branches: netbsd-1-4
changeset: 468193:906f8e3bb598
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Apr 12 23:02:21 1999 +0000
description:
Pull up rev 1.12 from the trunk:
Don't try to build our own pwd_mkdb when building the diskimage.
diffstat:
distrib/pc532/floppies/inst-common/Makefile.inc | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (40 lines):
diff -r 81046c81a81d -r 906f8e3bb598 distrib/pc532/floppies/inst-common/Makefile.inc
--- a/distrib/pc532/floppies/inst-common/Makefile.inc Mon Apr 12 22:18:34 1999 +0000
+++ b/distrib/pc532/floppies/inst-common/Makefile.inc Mon Apr 12 23:02:21 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 1999/03/04 20:32:20 wrstuden Exp $
+# $NetBSD: Makefile.inc,v 1.11.2.1 1999/04/12 23:02:21 simonb Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -18,12 +18,6 @@
CRUNCHCONF= ${COMMONDIR}/${CBIN}.conf
MTREE= ${COMMONDIR}/mtree.conf
ADIR= ${TOP}/../../../sys/arch/pc532
-PWDSRC= ${TOP}/../../../usr.sbin/pwd_mkdb
-.if exists(${PWDSRC}/obj)
-PWDOBJ= ${PWDSRC}/obj
-.else
-PWDOBJ= ${PWDSRC}
-.endif
DISKTYPE= boot3
RAMDISKTYPE= rd
@@ -45,8 +39,6 @@
-c "exit" ${.OBJDIR}/${IMAGE} 2>/dev/null >/dev/null
ramdisk.fs: ${CBIN} ${LISTS}
- (cd ${PWDSRC}; ${MAKE})
- ${CC} -static -o pwd_mkdb ${PWDOBJ}/*.o -lutil
.ifndef SD
dd if=/dev/zero of=${.TARGET} bs=128k count=16
vnconfig -t ${RAMDISKTYPE} -v -c ${VND_CDEV} ${.TARGET}
@@ -93,7 +85,7 @@
clean cleandir distclean:
/bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
- /bin/rm -f netbsd* pwd_mkdb
+ /bin/rm -f netbsd*
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index