Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64/instfs Now that -Os is save again, use it.



details:   https://anonhg.NetBSD.org/src/rev/7659b3ef1f56
branches:  trunk
changeset: 552129:7659b3ef1f56
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 19 16:28:14 2003 +0000

description:
Now that -Os is save again, use it.

diffstat:

 distrib/sparc64/instfs/Makefile.instfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 42faa19829d9 -r 7659b3ef1f56 distrib/sparc64/instfs/Makefile.instfs
--- a/distrib/sparc64/instfs/Makefile.instfs    Fri Sep 19 12:09:51 2003 +0000
+++ b/distrib/sparc64/instfs/Makefile.instfs    Fri Sep 19 16:28:14 2003 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile.instfs,v 1.3 2002/10/04 21:23:07 martin Exp $
+#      $NetBSD: Makefile.instfs,v 1.4 2003/09/19 16:28:14 martin Exp $
 
 INSTFSDIR=     ${.CURDIR}/../instfs
 
 MAKEFS_FLAGS=  -o bsize=16k,fsize=2k -f 15
 
 WARNS=         1
-DBG= #         -Os
+DBG=           -Os
 
 CRUNCHBIN=     ramdiskbin
 LISTS=         ${INSTFSDIR}/list ${DISTRIBDIR}/common/list.sysinst



Home | Main Index | Thread Index | Old Index