Module Name: src
Committed By: tls
Date: Sun Aug 10 06:48:27 UTC 2014
Modified Files:
src/distrib/rs6000/bootfs [tls-earlyentropy]: Makefile
src/distrib/rs6000/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 src/distrib/rs6000/bootfs/Makefile
cvs rdiff -u -r1.6 -r1.6.24.1 src/distrib/rs6000/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/rs6000/bootfs/Makefile
diff -u src/distrib/rs6000/bootfs/Makefile:1.2 src/distrib/rs6000/bootfs/Makefile:1.2.2.1
--- src/distrib/rs6000/bootfs/Makefile:1.2 Mon Jan 27 08:18:07 2014
+++ src/distrib/rs6000/bootfs/Makefile Sun Aug 10 06:48:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/27 08:18:07 apb Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2014/08/10 06:48:27 tls Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,10 +16,10 @@ TMPKERNEL= ${.OBJDIR}/netbsd
BOOT_RELEASEDIR= installation/bootfs
${IMAGE}.gz: ${KERNEL} ${BOOTLOADER}
- ${TOOL_GZIP} -cd ${KERNEL} > ${TMPKERNEL}
+ ${TOOL_GZIP_N} -cd ${KERNEL} > ${TMPKERNEL}
${TOOL_POWERPCMKBOOTIMAGE} -m ${MACHINE} \
-b ${BOOTLOADER} -k ${TMPKERNEL} ${IMAGE}
- ${TOOL_GZIP} -9nc ${IMAGE} > ${IMAGE}.tmp
+ ${TOOL_GZIP_N} -9c ${IMAGE} > ${IMAGE}.tmp
mv ${IMAGE}.tmp ${.TARGET}
CLEANFILES+= ${IMAGE} ${IMAGE}.tmp ${IMAGE}.gz
Index: src/distrib/rs6000/ramdisk/Makefile
diff -u src/distrib/rs6000/ramdisk/Makefile:1.6 src/distrib/rs6000/ramdisk/Makefile:1.6.24.1
--- src/distrib/rs6000/ramdisk/Makefile:1.6 Thu Feb 11 09:06:50 2010
+++ src/distrib/rs6000/ramdisk/Makefile Sun Aug 10 06:48:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/02/11 09:06:50 roy Exp $
+# $NetBSD: Makefile,v 1.6.24.1 2014/08/10 06:48:27 tls Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@ IMAGESIZE= 2048k
MAKEFS_FLAGS= -f 15
WARNS= 1
-DBG= -Os -mmultiple -mstring
+DBG= -Os
CRUNCHBIN= ramdiskbin
CRUNCHGEN_FLAGS= -d "${DBG}"