diff --git a/distrib/alpha/instkernel/ramdisk/Makefile b/distrib/alpha/instkernel/ramdisk/Makefile index d71e478beb55..ab1cfbe862a2 100644 --- a/distrib/alpha/instkernel/ramdisk/Makefile +++ b/distrib/alpha/instkernel/ramdisk/Makefile @@ -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 @@ all: ${CBIN} 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 --git a/distrib/alpha/instkernel/ramdisk/list b/distrib/alpha/instkernel/ramdisk/list index 17ad32d357eb..b8399f1b90f0 100644 --- a/distrib/alpha/instkernel/ramdisk/list +++ b/distrib/alpha/instkernel/ramdisk/list @@ -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 @@ COPY ${CURDIR}/../src/upgrade.sh upgrade SPECIAL chmod 755 install SPECIAL chmod 755 upgrade - -COPY ${CURDIR}/../../../notes/alpha/INSTALL.more INSTALL.more