Import INSTALL.more a better way.

This commit is contained in:
ross 1999-04-29 18:57:31 +00:00
parent 9c072e268f
commit 6f951a52eb
2 changed files with 6 additions and 4 deletions

View File

@ -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 ""

View File

@ -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