Module Name:    src
Committed By:   nonaka
Date:           Thu Feb 23 11:03:53 UTC 2012

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

Log Message:
Build evbarm-${MACHINE_ARCH}cd.iso instead of evbarmcd.iso.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/evbarm/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/evbarm/cdroms/installcd/Makefile
diff -u src/distrib/evbarm/cdroms/installcd/Makefile:1.1 src/distrib/evbarm/cdroms/installcd/Makefile:1.2
--- src/distrib/evbarm/cdroms/installcd/Makefile:1.1	Tue Mar  6 21:56:58 2007
+++ src/distrib/evbarm/cdroms/installcd/Makefile	Thu Feb 23 11:03:53 2012
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.1 2007/03/06 21:56:58 bouyer Exp $
-CDBASE=		evbarmcd		# gives ${CDBASE}.iso
-CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
+#	$NetBSD: Makefile,v 1.2 2012/02/23 11:03:53 nonaka Exp $
+
+CDBASE=		evbarm-${MACHINE_ARCH}cd	# gives ${CDBASE}.iso
+CDRELEASE=	true				# include $RELEASEDIR/$MACHINE
 
 .include "${.CURDIR}/../../../common/Makefile.bootcd"

Reply via email to