Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/hpcmips/miniroot Pull up revision 1.11 (request...



details:   https://anonhg.NetBSD.org/src/rev/e044601bf7dd
branches:  netbsd-1-6
changeset: 527593:e044601bf7dd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 29 04:58:28 2002 +0000

description:
Pull up revision 1.11 (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/hpcmips/miniroot/Makefile.inc |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 991ef472cbf3 -r e044601bf7dd distrib/hpcmips/miniroot/Makefile.inc
--- a/distrib/hpcmips/miniroot/Makefile.inc     Wed May 29 04:58:18 2002 +0000
+++ b/distrib/hpcmips/miniroot/Makefile.inc     Wed May 29 04:58:28 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.10 2002/04/23 19:53:12 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.10.2.1 2002/05/29 04:58:28 lukem Exp $
 
 DBG=           -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
 
@@ -9,5 +9,4 @@
 LISTS+=                ${DISTRIBDIR}/common/list.sysinst
 MTREECONF+=    ${.CURDIR}/mtree.usr.install
 IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
-               ${DESTDIR}/.profile ${DESTDIR}/etc/disktab \
-               ${DESTDIR}/etc/spwd.db
+               ${DESTDIR}/.profile ${DESTDIR}/etc/disktab



Home | Main Index | Thread Index | Old Index