summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2007-07-30 16:23:34 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2007-07-30 16:23:34 +0000
commite49fa6a86f08fbb55b635b90e03ba4374b05ffb1 (patch)
treee04e667ba6d91bb00cc3eb216107df406583592d /sys/arch/i386/conf
parentf5b5c7c60835e50bbf241284fcf5ddd64b34e9d6 (diff)
Shuffle the order in which we look for header files, when doing
kernel builds locally this doesnt change much but over NFS this cuts about 12% of the build time on my setup (i386). OK miod@, deraadt@.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/Makefile.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index a5058be4b16..0a163942930 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.i386,v 1.46 2007/05/29 18:18:19 tom Exp $
+# $OpenBSD: Makefile.i386,v 1.47 2007/07/30 16:23:33 thib Exp $
# Makefile for OpenBSD
#
@@ -33,7 +33,7 @@ S!= cd ../../../..; pwd
.endif
I386= $S/arch/i386
-INCLUDES= -nostdinc -I. -I$S/arch -I$S
+INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Di386
CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \