Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/sparc/miniroot Pull up revision 1.10 (requested...



details:   https://anonhg.NetBSD.org/src/rev/3d3c1945505d
branches:  netbsd-1-6
changeset: 527598:3d3c1945505d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 29 04:59:31 2002 +0000

description:
Pull up revision 1.10 (requested by lukem):
don't bother copying or generating etc/spwd.db, as the miniroot was
switched to libhack a little while ago

diffstat:

 distrib/sparc/miniroot/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 79fe65c780b7 -r 3d3c1945505d distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Wed May 29 04:59:20 2002 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Wed May 29 04:59:31 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.9 2002/05/14 06:21:22 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.9.2.1 2002/05/29 04:59:31 lukem Exp $
 
 IMAGESIZE=     7680k
 MAKEFS_FLAGS=   -o density=4k
@@ -7,7 +7,7 @@
 LISTS+=                ${DISTRIBDIR}/common/list.sysinst
 IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
                ${ARCHDIR}/termcap.src \
-               ${DESTDIR}/etc/disktab ${DESTDIR}/etc/spwd.db \
+               ${DESTDIR}/etc/disktab \
                ${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/share/misc/magic \
                ${KERNOBJDIR}/GENERIC/netbsd
 



Home | Main Index | Thread Index | Old Index