Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:48:02 UTC 2014

Modified Files:
        src/distrib/evbppc/md-kernel [tls-earlyentropy]: Makefile
        src/distrib/evbppc/ramdisk [tls-earlyentropy]: Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.2.1 src/distrib/evbppc/md-kernel/Makefile
cvs rdiff -u -r1.16 -r1.16.10.1 src/distrib/evbppc/ramdisk/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/evbppc/md-kernel/Makefile
diff -u src/distrib/evbppc/md-kernel/Makefile:1.4 src/distrib/evbppc/md-kernel/Makefile:1.4.2.1
--- src/distrib/evbppc/md-kernel/Makefile:1.4	Mon Mar  3 19:14:00 2014
+++ src/distrib/evbppc/md-kernel/Makefile	Sun Aug 10 06:48:02 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2014/03/03 19:14:00 joerg Exp $
+#	$NetBSD: Makefile,v 1.4.2.1 2014/08/10 06:48:02 tls Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,8 +8,9 @@ MKIMG?=	${HOST_SH} ${NETBSDSRCDIR}/sys/a
 RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=	${RAMDISKDIR}/ramdisk.fs
 
-MDSETTARGETS=		INSTALL_WALNUT ${RAMDISK} -	\
-			INSTALL_OPENBLOCKS266 ${RAMDISK} -
+MDSETTARGETS=		INSTALL_OPENBLOCKS266 ${RAMDISK} - \
+			INSTALL_TWRP1025 ${RAMDISK} - \
+			INSTALL_WALNUT ${RAMDISK} -
 MDSET_RELEASEDIR=	binary/kernel
 MDSET_SUFFIXES.-=	img create-img
 

Index: src/distrib/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.16 src/distrib/evbppc/ramdisk/Makefile:1.16.10.1
--- src/distrib/evbppc/ramdisk/Makefile:1.16	Tue Aug 14 07:24:40 2012
+++ src/distrib/evbppc/ramdisk/Makefile	Sun Aug 10 06:48:02 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2012/08/14 07:24:40 martin Exp $
+#	$NetBSD: Makefile,v 1.16.10.1 2014/08/10 06:48:02 tls Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@ IMAGESIZE=	2880k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1
-DBG=		-Os -mmultiple -mno-string -fno-pie -fno-pic
+DBG=		-Os
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHGEN_FLAGS=-d "${DBG}"

Reply via email to