Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf add 'makeoptions CWARNFLAGS=""' to ove...



details:   https://anonhg.NetBSD.org/src/rev/619f6387e91b
branches:  trunk
changeset: 483691:619f6387e91b
user:      shin <shin%NetBSD.org@localhost>
date:      Thu Mar 16 01:45:51 2000 +0000

description:
add 'makeoptions CWARNFLAGS=""' to override CWARNFLAGS?= -Werror.

diffstat:

 sys/arch/hpcmips/conf/NULLCONF |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 958875d50085 -r 619f6387e91b sys/arch/hpcmips/conf/NULLCONF
--- a/sys/arch/hpcmips/conf/NULLCONF    Thu Mar 16 00:46:38 2000 +0000
+++ b/sys/arch/hpcmips/conf/NULLCONF    Thu Mar 16 01:45:51 2000 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: NULLCONF,v 1.6 2000/03/14 08:31:07 uch Exp $
+#      $NetBSD: NULLCONF,v 1.7 2000/03/16 01:45:51 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 maxusers       8
@@ -15,6 +15,7 @@
 options                DUMP_GIU_LEVEL2_INTR  # Debugging use
 options                DEBUG_FIND_PCIC       # Debugging use XXX harmful don't define until read source.
 #options               DEBUG_FIND_PCIC_I82365SL_ONLY
+makeoptions    CWARNFLAGS=""   # override CWARNFLAGS?= -Werror ...
 
 file-system    FFS             # fast filesystem with user and group quotas
 options        COMPAT_386BSD_MBRPART # recognize old partition ID



Home | Main Index | Thread Index | Old Index