Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/instkernel Use the "echoimage" target.



details:   https://anonhg.NetBSD.org/src/rev/d8792a2fec8a
branches:  trunk
changeset: 479947:d8792a2fec8a
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Dec 28 10:56:54 1999 +0000

description:
Use the "echoimage" target.
Install the ecoff install kernel in the release directory.

diffstat:

 distrib/pmax/instkernel/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 316604953491 -r d8792a2fec8a distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Tue Dec 28 10:54:20 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile  Tue Dec 28 10:56:54 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 1999/10/18 01:35:17 simonb Exp $
+#      $NetBSD: Makefile,v 1.12 1999/12/28 10:56:54 simonb Exp $
 
 DISKBINDIR=    /installation/diskimage
 KERNBINDIR=    /binary/kernel
@@ -12,9 +12,7 @@
 NEWFSOPTS+=    -i 32768        # don't need many inodes!
 
 KERN=          ${.CURDIR}/../../../sys/arch/pmax/compile/RAMDISK/netbsd
-RAMDISK!=      cd ${.CURDIR}/../ramdisk; \
-               printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
-               ${MAKE} -s -f-
+RAMDISK!=      cd ${.CURDIR}/../ramdisk; ${MAKE} echoimage
 CLEANFILES=    netbsd netbsd.gz netbsd.ecoff netbsd.ecoff.gz ${IMAGE}.gz
 
 VND_DEV=       /dev/${VND}
@@ -54,6 +52,8 @@
                -m ${NONBINMODE} ${IMAGE}.gz ${RELEASEDIR}${DISKBINDIR}
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
                -m ${BINMODE} netbsd.gz ${RELEASEDIR}${KERNBINDIR}/install.gz
+       ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
+               -m ${BINMODE} netbsd.ecoff.gz ${RELEASEDIR}${KERNBINDIR}/install.ecoff.gz
 
 clean cleandir distclean:
        rm -f ${CLEANFILES}



Home | Main Index | Thread Index | Old Index