Module Name:    src
Committed By:   christos
Date:           Mon Jan  9 13:36:22 UTC 2017

Modified Files:
        src/distrib/ia64/cdroms/installcd: Makefile

Log Message:
Fix the build, we don't support installboot for ia64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/ia64/cdroms/installcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ia64/cdroms/installcd/Makefile
diff -u src/distrib/ia64/cdroms/installcd/Makefile:1.1 src/distrib/ia64/cdroms/installcd/Makefile:1.2
--- src/distrib/ia64/cdroms/installcd/Makefile:1.1	Fri Aug  5 12:18:19 2016
+++ src/distrib/ia64/cdroms/installcd/Makefile	Mon Jan  9 08:36:22 2017
@@ -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"
 

Reply via email to