summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
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/hppa
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/hppa')
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa
index b49726e2c1b..f5219054fa8 100644
--- a/sys/arch/hppa/conf/Makefile.hppa
+++ b/sys/arch/hppa/conf/Makefile.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa,v 1.27 2006/07/27 05:58:11 miod Exp $
+# $OpenBSD: Makefile.hppa,v 1.28 2007/07/30 16:23:33 thib Exp $
# Makefile for OpenBSD
#
@@ -33,7 +33,7 @@ S!= cd ../../../..; pwd
.endif
HPPA= $S/arch/hppa
-INCLUDES= -I. -I$S/arch -I$S -nostdinc
+INCLUDES= -I. -I$S -I$S/arch -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
-Dhppa
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \