Source-Changes-HG archive

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

[src/trunk]: src/sys/conf revert previous



details:   https://anonhg.NetBSD.org/src/rev/1b2a49e85550
branches:  trunk
changeset: 790605:1b2a49e85550
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Fri Oct 18 08:06:06 2013 +0000

description:
revert previous

diffstat:

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

diffs (19 lines):

diff -r 72fa788e4c35 -r 1b2a49e85550 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Fri Oct 18 08:04:47 2013 +0000
+++ b/sys/conf/Makefile.kern.inc        Fri Oct 18 08:06:06 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.163 2013/10/18 08:03:48 mbalmer Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.164 2013/10/18 08:06:06 mbalmer Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -56,8 +56,7 @@
 ## CPPFLAGS, CFLAGS, and AFLAGS must be set in the port's Makefile
 ##
 INCLUDES?=     -I. ${EXTRA_INCLUDES} -I${S}/../common/include -I$S/arch \
-               -I$S -nostdinc -I${S}/../external/mit/lua/dist/src \
-               -I${S}/modules/lua
+               -I$S -nostdinc
 CPPFLAGS+=     ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D_KERNEL_OPT
 CPPFLAGS+=     -std=gnu99
 DEFCOPTS?=     -O2



Home | Main Index | Thread Index | Old Index