Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/playstation2/miniroot Pull up revision 1.8 (req...
details: https://anonhg.NetBSD.org/src/rev/a41a78a53f4a
branches: netbsd-1-6
changeset: 527596:a41a78a53f4a
user: lukem <lukem%NetBSD.org@localhost>
date: Wed May 29 04:59:10 2002 +0000
description:
Pull up revision 1.8 (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/playstation2/miniroot/Makefile.inc | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r a42a3c0e3ee1 -r a41a78a53f4a distrib/playstation2/miniroot/Makefile.inc
--- a/distrib/playstation2/miniroot/Makefile.inc Wed May 29 04:58:59 2002 +0000
+++ b/distrib/playstation2/miniroot/Makefile.inc Wed May 29 04:59:10 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/04/23 19:53:12 tv Exp $
+# $NetBSD: Makefile.inc,v 1.7.2.1 2002/05/29 04:59:10 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