Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha/instkernel/ramdisk Import INSTALL.more a bette...



details:   https://anonhg.NetBSD.org/src/rev/eea5ed7f9ccc
branches:  trunk
changeset: 472440:eea5ed7f9ccc
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Apr 29 18:57:31 1999 +0000

description:
Import INSTALL.more a better way.

diffstat:

 distrib/alpha/instkernel/ramdisk/Makefile |  6 +++++-
 distrib/alpha/instkernel/ramdisk/list     |  4 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 373eeb8c308b -r eea5ed7f9ccc distrib/alpha/instkernel/ramdisk/Makefile
--- a/distrib/alpha/instkernel/ramdisk/Makefile Thu Apr 29 18:26:43 1999 +0000
+++ b/distrib/alpha/instkernel/ramdisk/Makefile Thu Apr 29 18:57:31 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/03/04 20:32:18 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.5 1999/04/29 18:57:31 ross Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -30,6 +30,10 @@
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -u
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
            TARGDIR=${MOUNT_POINT} sh ${TOP}/src/runlist.sh ${.CURDIR}/${LISTS}
+       @echo chdir '$${.CURDIR}/../../../notes/alpha; make INSTALL.more'
+       @chdir ${.CURDIR}/../../../notes/alpha; make INSTALL.more
+       cp `chdir ${.CURDIR}/../../../notes/alpha; make echomore`       \
+               ${MOUNT_POINT}
        @echo ""
        @df -i ${MOUNT_POINT}
        @echo ""
diff -r 373eeb8c308b -r eea5ed7f9ccc distrib/alpha/instkernel/ramdisk/list
--- a/distrib/alpha/instkernel/ramdisk/list     Thu Apr 29 18:26:43 1999 +0000
+++ b/distrib/alpha/instkernel/ramdisk/list     Thu Apr 29 18:57:31 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.7 1999/04/07 06:47:50 cgd Exp $
+#      $NetBSD: list,v 1.8 1999/04/29 18:57:31 ross Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -101,5 +101,3 @@
 
 SPECIAL chmod 755 install
 SPECIAL chmod 755 upgrade
-
-COPY   ${CURDIR}/../../../notes/alpha/INSTALL.more     INSTALL.more



Home | Main Index | Thread Index | Old Index