Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/cdroms/installcd it's called netbsd-INSTALL64.g...



details:   https://anonhg.NetBSD.org/src/rev/854a61cab9f3
branches:  trunk
changeset: 325220:854a61cab9f3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Dec 13 10:27:56 2013 +0000

description:
it's called netbsd-INSTALL64.gz for pmax64.

diffstat:

 distrib/pmax/cdroms/installcd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r c8b65ee76b15 -r 854a61cab9f3 distrib/pmax/cdroms/installcd/Makefile
--- a/distrib/pmax/cdroms/installcd/Makefile    Fri Dec 13 10:01:49 2013 +0000
+++ b/distrib/pmax/cdroms/installcd/Makefile    Fri Dec 13 10:27:56 2013 +0000
@@ -1,7 +1,11 @@
-#      $NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.3 2013/12/13 10:27:56 mrg Exp $
 CDBASE=                pmaxcd                  # gives ${CDBASE}.iso
 CDRELEASE=     true                    # include $RELEASEDIR/$MACHINE
+.if ${MACHINE_ARCH} == "mipsel"
 CDKERNELS=     netbsd-INSTALL.gz netbsd
+.else
+CDKERNELS=     netbsd-INSTALL64.gz netbsd
+.endif
 CDINSTKERNEL=  ../../instkernel
 
 #make the CD bootable



Home | Main Index | Thread Index | Old Index