summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
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/luna88k
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/luna88k')
-rw-r--r--sys/arch/luna88k/conf/Makefile.luna88k4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k
index c025de6f948..4863c797786 100644
--- a/sys/arch/luna88k/conf/Makefile.luna88k
+++ b/sys/arch/luna88k/conf/Makefile.luna88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.luna88k,v 1.8 2006/07/27 05:58:11 miod Exp $
+# $OpenBSD: Makefile.luna88k,v 1.9 2007/07/30 16:23:33 thib Exp $
#
# Makefile for OpenBSD
#
@@ -34,7 +34,7 @@ S!= cd ../../../..; pwd
LUNA88K= $S/arch/luna88k
M88K= $S/arch/m88k
-INCLUDES= -nostdinc -I. -I$S/arch -I$S
+INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dluna88k -Dm88k
CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes \