From d35277ea35fadfac0345a068779804d726456066 Mon Sep 17 00:00:00 2001 From: rearnsha Date: Sat, 6 Sep 2003 10:00:51 +0000 Subject: [PATCH] Default all builds to not have debug information. Significantly reduces disk space needed for a make release, especially if using dwarf2 debug. --- sys/arch/evbarm/conf/ADI_BRH | 4 ++-- sys/arch/evbarm/conf/INTEGRATOR | 4 ++-- sys/arch/evbarm/conf/IQ31244 | 4 ++-- sys/arch/evbarm/conf/IQ80310 | 4 ++-- sys/arch/evbarm/conf/IQ80321 | 4 ++-- sys/arch/evbarm/conf/IXM1200 | 4 ++-- sys/arch/evbarm/conf/LUBBOCK | 2 +- sys/arch/evbarm/conf/NAPPI | 4 ++-- sys/arch/evbarm/conf/SMDK2410 | 4 ++-- sys/arch/evbarm/conf/SMDK2800 | 4 ++-- sys/arch/evbarm/conf/TEAMASA_NPWR | 4 ++-- sys/arch/evbarm/conf/ZAO425 | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/sys/arch/evbarm/conf/ADI_BRH b/sys/arch/evbarm/conf/ADI_BRH index 90c53723fd20..a2e4eb412be9 100644 --- a/sys/arch/evbarm/conf/ADI_BRH +++ b/sys/arch/evbarm/conf/ADI_BRH @@ -1,4 +1,4 @@ -# $NetBSD: ADI_BRH,v 1.7 2003/06/14 19:32:54 thorpej Exp $ +# $NetBSD: ADI_BRH,v 1.8 2003/09/06 10:00:51 rearnsha Exp $ # # ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board # @@ -131,7 +131,7 @@ options DIAGNOSTIC # internally consistency checks #options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=210000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/INTEGRATOR b/sys/arch/evbarm/conf/INTEGRATOR index 53666713ff46..9b013adf4c1a 100644 --- a/sys/arch/evbarm/conf/INTEGRATOR +++ b/sys/arch/evbarm/conf/INTEGRATOR @@ -1,4 +1,4 @@ -# $NetBSD: INTEGRATOR,v 1.14 2003/05/23 14:23:46 thorpej Exp $ +# $NetBSD: INTEGRATOR,v 1.15 2003/09/06 10:00:52 rearnsha Exp $ # # GENERIC -- ARM Integrator board Generic kernel # @@ -132,7 +132,7 @@ options PMAP_DEBUG # Enable pmap_debug_level code #options IPKDB # remote kernel debugging options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/IQ31244 b/sys/arch/evbarm/conf/IQ31244 index 63965c1d23f1..69b7d6a41f92 100644 --- a/sys/arch/evbarm/conf/IQ31244 +++ b/sys/arch/evbarm/conf/IQ31244 @@ -1,4 +1,4 @@ -# $NetBSD: IQ31244,v 1.3 2003/06/14 19:32:54 thorpej Exp $ +# $NetBSD: IQ31244,v 1.4 2003/09/06 10:00:52 rearnsha Exp $ # # IQ31244 -- Intel IQ31244 Evaluation Board Kernel # @@ -130,7 +130,7 @@ options DIAGNOSTIC # internally consistency checks #options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=200000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/IQ80310 b/sys/arch/evbarm/conf/IQ80310 index 86302080257a..1f46c840aeef 100644 --- a/sys/arch/evbarm/conf/IQ80310 +++ b/sys/arch/evbarm/conf/IQ80310 @@ -1,4 +1,4 @@ -# $NetBSD: IQ80310,v 1.24 2003/06/14 19:32:54 thorpej Exp $ +# $NetBSD: IQ80310,v 1.25 2003/09/06 10:00:52 rearnsha Exp $ # # IQ80310 -- Intel IQ80310 Evaluation Board Kernel # @@ -131,7 +131,7 @@ options DIAGNOSTIC # internally consistency checks #options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=210000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/IQ80321 b/sys/arch/evbarm/conf/IQ80321 index f52594b3a0b0..fb191ab2650f 100644 --- a/sys/arch/evbarm/conf/IQ80321 +++ b/sys/arch/evbarm/conf/IQ80321 @@ -1,4 +1,4 @@ -# $NetBSD: IQ80321,v 1.18 2003/06/14 19:32:54 thorpej Exp $ +# $NetBSD: IQ80321,v 1.19 2003/09/06 10:00:52 rearnsha Exp $ # # IQ80321 -- Intel IQ80321 Evaluation Board Kernel # @@ -130,7 +130,7 @@ options DIAGNOSTIC # internally consistency checks #options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=220000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/IXM1200 b/sys/arch/evbarm/conf/IXM1200 index 80b5619a2bd7..e6e7f0d6177a 100644 --- a/sys/arch/evbarm/conf/IXM1200 +++ b/sys/arch/evbarm/conf/IXM1200 @@ -1,4 +1,4 @@ -# $NetBSD: IXM1200,v 1.5 2003/05/23 14:23:46 thorpej Exp $ +# $NetBSD: IXM1200,v 1.6 2003/09/06 10:00:52 rearnsha Exp $ # # IXM1200 -- Intel IXM1200 Evaluation Board Kernel # @@ -128,7 +128,7 @@ options PMAP_DEBUG # Enable pmap_debug_level code options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=200000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/LUBBOCK b/sys/arch/evbarm/conf/LUBBOCK index 6a926187d0e5..132b03c0a855 100644 --- a/sys/arch/evbarm/conf/LUBBOCK +++ b/sys/arch/evbarm/conf/LUBBOCK @@ -125,7 +125,7 @@ options DIAGNOSTIC # internally consistency checks #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB #options KGDB #options DEBUG_KGDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table #options SYMTAB_SPACE=200000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/NAPPI b/sys/arch/evbarm/conf/NAPPI index 3411bc71e444..5642220fae75 100644 --- a/sys/arch/evbarm/conf/NAPPI +++ b/sys/arch/evbarm/conf/NAPPI @@ -1,4 +1,4 @@ -# $NetBSD: NAPPI,v 1.6 2003/05/23 14:23:46 thorpej Exp $ +# $NetBSD: NAPPI,v 1.7 2003/09/06 10:00:52 rearnsha Exp $ # # NAPPI -- Netwise APlication Platform Board Kernel # @@ -122,7 +122,7 @@ options PMAP_DEBUG # Enable pmap_debug_level code options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=200000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/SMDK2410 b/sys/arch/evbarm/conf/SMDK2410 index 3964f8c9622f..7affdc80d95e 100644 --- a/sys/arch/evbarm/conf/SMDK2410 +++ b/sys/arch/evbarm/conf/SMDK2410 @@ -1,4 +1,4 @@ -# $NetBSD: SMDK2410,v 1.4 2003/08/29 13:54:03 bsh Exp $ +# $NetBSD: SMDK2410,v 1.5 2003/09/06 10:00:52 rearnsha Exp $ # # SMDK2410 -- Samsung's S3C2410 evaluation board. # @@ -145,7 +145,7 @@ options USERCONF # userconf(4) support #options DEBUG_KGDB #options DDB # in-kernel debugger #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table config netbsd root on ? type ? # The main bus device diff --git a/sys/arch/evbarm/conf/SMDK2800 b/sys/arch/evbarm/conf/SMDK2800 index c2a42e4217ae..6efb347c7eea 100644 --- a/sys/arch/evbarm/conf/SMDK2800 +++ b/sys/arch/evbarm/conf/SMDK2800 @@ -1,4 +1,4 @@ -# $NetBSD: SMDK2800,v 1.3 2003/05/23 14:23:47 thorpej Exp $ +# $NetBSD: SMDK2800,v 1.4 2003/09/06 10:00:52 rearnsha Exp $ # # SMDK2800 -- Samsung's S3C2800 evaluation board. # @@ -134,7 +134,7 @@ options DIAGNOSTIC # internal consistency checks #options DEBUG_KGDB #options DDB # in-kernel debugger #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table config netbsd root on ? type ? # The main bus device diff --git a/sys/arch/evbarm/conf/TEAMASA_NPWR b/sys/arch/evbarm/conf/TEAMASA_NPWR index b2fc3cc99faf..ccd0d5aee9a1 100644 --- a/sys/arch/evbarm/conf/TEAMASA_NPWR +++ b/sys/arch/evbarm/conf/TEAMASA_NPWR @@ -1,4 +1,4 @@ -# $NetBSD: TEAMASA_NPWR,v 1.26 2003/06/14 19:32:54 thorpej Exp $ +# $NetBSD: TEAMASA_NPWR,v 1.27 2003/09/06 10:00:52 rearnsha Exp $ # # TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based # server appliance. @@ -137,7 +137,7 @@ options DIAGNOSTIC # internally consistency checks #options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=210000 config netbsd root on ? type ? diff --git a/sys/arch/evbarm/conf/ZAO425 b/sys/arch/evbarm/conf/ZAO425 index 0029e9086dc1..f045801bd1fe 100644 --- a/sys/arch/evbarm/conf/ZAO425 +++ b/sys/arch/evbarm/conf/ZAO425 @@ -1,4 +1,4 @@ -# $NetBSD: ZAO425,v 1.7 2003/06/14 19:32:54 thorpej Exp $ +# $NetBSD: ZAO425,v 1.8 2003/09/06 10:00:53 rearnsha Exp $ # # ZAO425 -- Intel IXP425 # @@ -134,7 +134,7 @@ options DIAGNOSTIC # internally consistency checks #options VERBOSE_INIT_ARM # verbose bootstraping messages options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table options SYMTAB_SPACE=210000 config netbsd root on ? type ?