From 611543b0a7076a2bd4ca7f561251c7346b25d146 Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 3 May 2002 14:20:54 +0000 Subject: [PATCH] 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 --- 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(-) create mode 100644 distrib/common/mtree.dot diff --git a/distrib/common/mtree.dot b/distrib/common/mtree.dot new file mode 100644 index 000000000000..0e272d205f8c --- /dev/null +++ b/distrib/common/mtree.dot @@ -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 --git a/distrib/mipsco/instkernel/Makefile b/distrib/mipsco/instkernel/Makefile index 63e763261c38..e04f56e5d5f1 100644 --- a/distrib/mipsco/instkernel/Makefile +++ b/distrib/mipsco/instkernel/Makefile @@ -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 .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 --git a/distrib/mipsco/instkernel/list b/distrib/mipsco/instkernel/list index abd2e1319b6f..88d8cca1330e 100644 --- a/distrib/mipsco/instkernel/list +++ b/distrib/mipsco/instkernel/list @@ -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 --git a/distrib/pmax/instkernel/Makefile b/distrib/pmax/instkernel/Makefile index a80e3ab1de93..c409163310f4 100644 --- a/distrib/pmax/instkernel/Makefile +++ b/distrib/pmax/instkernel/Makefile @@ -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 .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 --git a/distrib/pmax/instkernel/list b/distrib/pmax/instkernel/list index 0379dc4922e8..1cd4436ffefd 100644 --- a/distrib/pmax/instkernel/list +++ b/distrib/pmax/instkernel/list @@ -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