Source-Changes-HG archive

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

[src/trunk]: src/distrib/cdrom enable -o append for alpha as well



details:   https://anonhg.NetBSD.org/src/rev/47fd3332ba8b
branches:  trunk
changeset: 537613:47fd3332ba8b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Oct 03 07:28:33 2002 +0000

description:
enable -o append for alpha as well

diffstat:

 distrib/cdrom/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73ab241d0791 -r 47fd3332ba8b distrib/cdrom/Makefile
--- a/distrib/cdrom/Makefile    Thu Oct 03 07:27:50 2002 +0000
+++ b/distrib/cdrom/Makefile    Thu Oct 03 07:28:33 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/10/03 05:26:49 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/03 07:28:33 lukem Exp $
 #
 # Consult "*.conf" for the configuration variables; this Makefile is typically
 # not edited for basic configuration changes.
@@ -73,7 +73,7 @@
 MKSUNBOOTCDDIR!=cd ${NETBSDSRCDIR}/distrib/utils/mksunbootcd && ${PRINTOBJDIR}
 MKSUNBOOTCD?=  ${MKSUNBOOTCDDIR}/mksunbootcd
 RSYNC?=                /usr/pkg/bin/rsync
-ALPHA_IBOOT?=  ${INSTALLBOOT} -m alpha -o sunsum
+ALPHA_IBOOT?=  ${INSTALLBOOT} -m alpha -o sunsum,append
 PMAX_IBOOT?=   ${INSTALLBOOT} -m pmax -o sunsum,append
 VAX_IBOOT?=    ${INSTALLBOOT} -m vax -o sunsum,append
 .if !empty(ALL_PORTS:Mmacppc)



Home | Main Index | Thread Index | Old Index