summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
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/zaurus
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/zaurus')
-rw-r--r--sys/arch/zaurus/conf/Makefile.zaurus4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus
index 6360f3a6efa..465b32646eb 100644
--- a/sys/arch/zaurus/conf/Makefile.zaurus
+++ b/sys/arch/zaurus/conf/Makefile.zaurus
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.zaurus,v 1.7 2006/07/27 05:58:12 miod Exp $
+# $OpenBSD: Makefile.zaurus,v 1.8 2007/07/30 16:23:33 thib Exp $
# $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $
# Makefile for OpenBSD
@@ -35,7 +35,7 @@ S!= cd ../../../..; pwd
THISARM= $S/arch/zaurus
ARM= $S/arch/arm
-INCLUDES= -nostdinc -I. -I$S/arch -I$S
+INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__zaurus__
CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \