Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/atari/floppies/common - explicitly specify -Os via D...
details: https://anonhg.NetBSD.org/src/rev/feaba46873e8
branches: trunk
changeset: 752277:feaba46873e8
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Feb 21 20:06:19 2010 +0000
description:
- explicitly specify -Os via DBG for libhack build
- set WARNS=1 for sanity
diffstat:
distrib/atari/floppies/common/Makefile.images | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r edd731d04cbb -r feaba46873e8 distrib/atari/floppies/common/Makefile.images
--- a/distrib/atari/floppies/common/Makefile.images Sun Feb 21 20:04:59 2010 +0000
+++ b/distrib/atari/floppies/common/Makefile.images Sun Feb 21 20:06:19 2010 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile.images,v 1.7 2008/06/23 02:16:53 matt Exp $
+# $NetBSD: Makefile.images,v 1.8 2010/02/21 20:06:19 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
+WARNS= 1
+DBG= -Os
+
CRUNCHBIN= instbin
LISTS= ${.CURDIR}/list ${.CURDIR}/../common/list.images
MTREECONF= ${DISTRIBDIR}/common/mtree.common
Home |
Main Index |
Thread Index |
Old Index