Source-Changes-HG archive

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

[src/trunk]: src/distrib/macppc/floppies/ramdisk Add -mstring to DBG to save ...



details:   https://anonhg.NetBSD.org/src/rev/b9f50067e360
branches:  trunk
changeset: 525288:b9f50067e360
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Apr 09 15:28:50 2002 +0000

description:
Add -mstring to DBG to save some more bytes.

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 014e88e8f13b -r b9f50067e360 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Tue Apr 09 15:23:22 2002 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Tue Apr 09 15:28:50 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2002/04/06 18:18:57 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.26 2002/04/09 15:28:50 tsutsui Exp $
 
 .include "${.CURDIR}/../../../Makefile.inc"
 .include <bsd.own.mk>
@@ -8,7 +8,7 @@
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
-DBG=           -Os -mmultiple
+DBG=           -Os -mmultiple -mstring
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"



Home | Main Index | Thread Index | Old Index