Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/pmax/instkernel Pull up parts of revision 1.12 ...



details:   https://anonhg.NetBSD.org/src/rev/9e75b042bb73
branches:  netbsd-1-4
changeset: 470923:9e75b042bb73
user:      he <he%NetBSD.org@localhost>
date:      Tue Sep 26 15:19:10 2000 +0000

description:
Pull up parts of revision 1.12 (via patch, requested by simonb):
  Install the ecoff install kernel in the release directory.

diffstat:

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

diffs (18 lines):

diff -r 8b73e1e87548 -r 9e75b042bb73 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Tue Sep 26 11:27:52 2000 +0000
+++ b/distrib/pmax/instkernel/Makefile  Tue Sep 26 15:19:10 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.3 1999/10/20 23:05:59 he Exp $
+#      $NetBSD: Makefile,v 1.1.2.4 2000/09/26 15:19:10 he Exp $
 
 DISKBINDIR=    /installation/diskimage
 KERNBINDIR=    /binary/kernel
@@ -54,6 +54,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