Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/zaurus/ramdisk Specify DGB=-Os to make libhack a bit...



details:   https://anonhg.NetBSD.org/src/rev/355f84f9d785
branches:  trunk
changeset: 764825:355f84f9d785
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri May 06 18:33:59 2011 +0000

description:
Specify DGB=-Os to make libhack a bit smaller.

diffstat:

 distrib/zaurus/ramdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6add2af4b766 -r 355f84f9d785 distrib/zaurus/ramdisk/Makefile
--- a/distrib/zaurus/ramdisk/Makefile   Fri May 06 18:32:59 2011 +0000
+++ b/distrib/zaurus/ramdisk/Makefile   Fri May 06 18:33:59 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2011/05/05 09:07:59 nonaka Exp $
+#      $NetBSD: Makefile,v 1.13 2011/05/06 18:33:59 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@
 MAKEFS_FLAGS=  -f 14
 
 WARNS=         1
+DBG=           -Os
 
 CRUNCHBIN=     ramdiskbin
 LISTS=         ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst



Home | Main Index | Thread Index | Old Index