Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/instkernel Add a "MTREE . type=dir" line to kee...



details:   https://anonhg.NetBSD.org/src/rev/d76eff6e37c0
branches:  trunk
changeset: 526314:d76eff6e37c0
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu May 02 13:28:40 2002 +0000

description:
Add a "MTREE . type=dir" line to keep the distrib scripts happy.

Copy the install kernel from ${OBJDIR} - the script that does this
explicitly runs from the SRCDIR.

diffstat:

 distrib/pmax/instkernel/list |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r e81db6c9e882 -r d76eff6e37c0 distrib/pmax/instkernel/list
--- a/distrib/pmax/instkernel/list      Thu May 02 13:26:38 2002 +0000
+++ b/distrib/pmax/instkernel/list      Thu May 02 13:28:40 2002 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: list,v 1.2 2002/04/14 01:41:25 lukem Exp $
+#      $NetBSD: list,v 1.3 2002/05/02 13:28:40 simonb Exp $
+
+MTREE  . type=dir
 
 COPY   ${DESTDIR}/usr/mdec/boot.pmax   boot.pmax
-COPY   ${CURDIR}/install.gz            netbsd
+COPY   ${OBJDIR}/install.gz            netbsd



Home | Main Index | Thread Index | Old Index