Source-Changes-HG archive

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

[src/trunk]: src/distrib provide common/mtree.dot (contains entry for ". type...



details:   https://anonhg.NetBSD.org/src/rev/f51d92d8a178
branches:  trunk
changeset: 526438:f51d92d8a178
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri May 03 14:20:54 2002 +0000

description:
provide common/mtree.dot (contains entry for ". type=dir ...") , and
use that rather than MTREE entry in the list, because Makefile.image
needs at least one mtree file anyway

diffstat:

 distrib/common/mtree.dot           |  3 +++
 distrib/mipsco/instkernel/Makefile |  3 ++-
 distrib/mipsco/instkernel/list     |  4 +---
 distrib/pmax/instkernel/Makefile   |  3 ++-
 distrib/pmax/instkernel/list       |  4 +---
 5 files changed, 9 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 91182be077a4 -r f51d92d8a178 distrib/common/mtree.dot
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/common/mtree.dot  Fri May 03 14:20:54 2002 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: mtree.dot,v 1.1 2002/05/03 14:20:54 lukem Exp $
+
+.                              type=dir uname=root gname=wheel mode=0755
diff -r 91182be077a4 -r f51d92d8a178 distrib/mipsco/instkernel/Makefile
--- a/distrib/mipsco/instkernel/Makefile        Fri May 03 14:12:59 2002 +0000
+++ b/distrib/mipsco/instkernel/Makefile        Fri May 03 14:20:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/05/02 18:02:42 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 2002/05/03 14:20:55 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@
 IMAGE=         diskimage
 IMAGESIZE=     2m
 LISTS=         ${.CURDIR}/list
+MTREECONF=     ${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=   be
 PRIMARYBOOT=   ${DESTDIR}/usr/mdec/bootxx_ffs
 IMAGEDEPENDS=  install.gz ${DESTDIR}/usr/mdec/boot ${PRIMARYBOOT}
diff -r 91182be077a4 -r f51d92d8a178 distrib/mipsco/instkernel/list
--- a/distrib/mipsco/instkernel/list    Fri May 03 14:12:59 2002 +0000
+++ b/distrib/mipsco/instkernel/list    Fri May 03 14:20:54 2002 +0000
@@ -1,6 +1,4 @@
-#      $NetBSD: list,v 1.3 2002/05/02 14:12:40 simonb Exp $
-
-MTREE  . type=dir
+#      $NetBSD: list,v 1.4 2002/05/03 14:20:55 lukem Exp $
 
 COPY   ${DESTDIR}/usr/mdec/boot        boot
 COPY   ${OBJDIR}/install.gz            netbsd
diff -r 91182be077a4 -r f51d92d8a178 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Fri May 03 14:12:59 2002 +0000
+++ b/distrib/pmax/instkernel/Makefile  Fri May 03 14:20:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2002/05/02 18:02:48 lukem Exp $
+#      $NetBSD: Makefile,v 1.31 2002/05/03 14:20:55 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@
 IMAGE=         diskimage
 IMAGESIZE=     2m
 LISTS=         ${.CURDIR}/list
+MTREECONF=     ${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=   le
 PRIMARYBOOT=   ${DESTDIR}/usr/mdec/bootxx_ffs
 IMAGEDEPENDS=  install.gz ${DESTDIR}/usr/mdec/boot.pmax ${PRIMARYBOOT}
diff -r 91182be077a4 -r f51d92d8a178 distrib/pmax/instkernel/list
--- a/distrib/pmax/instkernel/list      Fri May 03 14:12:59 2002 +0000
+++ b/distrib/pmax/instkernel/list      Fri May 03 14:20:54 2002 +0000
@@ -1,6 +1,4 @@
-#      $NetBSD: list,v 1.3 2002/05/02 13:28:40 simonb Exp $
-
-MTREE  . type=dir
+#      $NetBSD: list,v 1.4 2002/05/03 14:20:55 lukem Exp $
 
 COPY   ${DESTDIR}/usr/mdec/boot.pmax   boot.pmax
 COPY   ${OBJDIR}/install.gz            netbsd



Home | Main Index | Thread Index | Old Index