Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/instkernel Oops, install both the install kerne...



details:   https://anonhg.NetBSD.org/src/rev/4591ce0a52d5
branches:  trunk
changeset: 472319:4591ce0a52d5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 27 12:14:00 1999 +0000

description:
Oops, install both the install kernel and diskimage.

diffstat:

 distrib/pmax/instkernel/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 7b02c0936b2f -r 4591ce0a52d5 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Tue Apr 27 12:05:05 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile  Tue Apr 27 12:14:00 1999 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.6 1999/04/27 12:03:39 simonb Exp $
+#      $NetBSD: Makefile,v 1.7 1999/04/27 12:14:00 simonb Exp $
 
-BINDIR=                /installation/diskimage
+DISKBINDIR=    /installation/diskimage
+KERNBINDIR=    /binary/kernel
 
 IMAGE=         diskimage
 IMAGESIZE=     4096 # 512 byte blocks
@@ -49,7 +50,9 @@
 
 realinstall:
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
-               -m ${NONBINMODE} ${IMAGE}.gz ${RELEASEDIR}${BINDIR}
+               -m ${NONBINMODE} ${IMAGE}.gz ${RELEASEDIR}${DISKBINDIR}
+       ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
+               -m ${BINMODE} netbsd.gz ${RELEASEDIR}${KERNBINDIR}
 
 clean cleandir distclean:
        rm -f ${CLEANFILES}



Home | Main Index | Thread Index | Old Index