Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/ia64/cdroms/installcd Fix the build, we don't suppor...
details: https://anonhg.NetBSD.org/src/rev/7301c7cced57
branches: trunk
changeset: 350276:7301c7cced57
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 09 13:36:22 2017 +0000
description:
Fix the build, we don't support installboot for ia64
diffstat:
distrib/ia64/cdroms/installcd/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r e8869d1d245d -r 7301c7cced57 distrib/ia64/cdroms/installcd/Makefile
--- a/distrib/ia64/cdroms/installcd/Makefile Mon Jan 09 12:45:49 2017 +0000
+++ b/distrib/ia64/cdroms/installcd/Makefile Mon Jan 09 13:36:22 2017 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2016/08/05 16:18:19 scole Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/09 13:36:22 christos Exp $
CDBASE= ia64cd # gives ${CDBASE}.iso
#CDINSTKERNEL= ../../instkernel/instkernel
CDKERNELS= netbsd netbsd
CDRELEASE= true # include $RELEASEDIR/$MACHINE
-#make the CD bootable
-image_md_post:
- ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
+# don't make the CD bootable, there is no installboot support for ia64
+# image_md_post:
+# ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Home |
Main Index |
Thread Index |
Old Index