Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Back out revision 1.23, it breaks all kernel config...



details:   https://anonhg.NetBSD.org/src/rev/0fd13dd86bef
branches:  trunk
changeset: 537808:0fd13dd86bef
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Oct 06 00:07:17 2002 +0000

description:
Back out revision 1.23, it breaks all kernel configs that do

        makeoptions     COPTS="foo"

There are quite a few of those in the tree, as well.

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6625264bc38d -r 0fd13dd86bef sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Oct 05 23:30:03 2002 +0000
+++ b/sys/conf/Makefile.kern.inc        Sun Oct 06 00:07:17 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.24 2002/10/05 17:17:48 chs Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.25 2002/10/06 00:07:17 fvdl Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -47,7 +47,7 @@
 INCLUDES?=     -I. ${EXTRA_INCLUDES} -I$S/arch -I$S -nostdinc
 CPPFLAGS+=     ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D_KERNEL_OPT
 DEFCOPTS?=     -O2
-COPTS+=                ${DEFCOPTS}
+COPTS?=                ${DEFCOPTS}
 DBG=           # might contain unwanted -Ofoo
 DEFWARNINGS?=  yes
 .if (${DEFWARNINGS} == "yes")



Home | Main Index | Thread Index | Old Index