Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/pmax/instkernel Install install kernel as install.gz...
details: https://anonhg.NetBSD.org/src/rev/2f17942c30eb
branches: trunk
changeset: 472320:2f17942c30eb
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Apr 27 12:18:47 1999 +0000
description:
Install install kernel as install.gz not netbsd.gz.
diffstat:
distrib/pmax/instkernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4591ce0a52d5 -r 2f17942c30eb distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile Tue Apr 27 12:14:00 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile Tue Apr 27 12:18:47 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/04/27 12:14:00 simonb Exp $
+# $NetBSD: Makefile,v 1.8 1999/04/27 12:18:47 simonb Exp $
DISKBINDIR= /installation/diskimage
KERNBINDIR= /binary/kernel
@@ -52,7 +52,7 @@
${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
-m ${NONBINMODE} ${IMAGE}.gz ${RELEASEDIR}${DISKBINDIR}
${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
- -m ${BINMODE} netbsd.gz ${RELEASEDIR}${KERNBINDIR}
+ -m ${BINMODE} netbsd.gz ${RELEASEDIR}${KERNBINDIR}/install.gz
clean cleandir distclean:
rm -f ${CLEANFILES}
Home |
Main Index |
Thread Index |
Old Index