Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/sparc64/instfs Pull up revision 1.3 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/faad6f49ea1d
branches:  netbsd-1-6
changeset: 529163:faad6f49ea1d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Oct 13 23:59:43 2002 +0000

description:
Pull up revision 1.3 (requested by martin in ticket #903):
Do not use -Os when compiling small programs for the miniroot or
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.

diffstat:

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

diffs (17 lines):

diff -r 6907251efff0 -r faad6f49ea1d distrib/sparc64/instfs/Makefile.instfs
--- a/distrib/sparc64/instfs/Makefile.instfs    Sun Oct 13 23:57:01 2002 +0000
+++ b/distrib/sparc64/instfs/Makefile.instfs    Sun Oct 13 23:59:43 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile.instfs,v 1.1.2.1 2002/06/02 01:26:51 tv Exp $
+#      $NetBSD: Makefile.instfs,v 1.1.2.2 2002/10/13 23:59:43 lukem 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