From e49fa6a86f08fbb55b635b90e03ba4374b05ffb1 Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Mon, 30 Jul 2007 16:23:34 +0000 Subject: 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@. --- sys/arch/hp300/conf/Makefile.hp300 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hp300/conf') diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index f4d2ad6f451..1154d21e8d4 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.39 2006/07/27 05:58:11 miod Exp $ +# $OpenBSD: Makefile.hp300,v 1.40 2007/07/30 16:23:33 thib Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -35,7 +35,7 @@ S!= cd ../../../..; pwd HP300= $S/arch/hp300 M68K= $S/arch/m68k -INCLUDES= -I. -I$S/arch -I$S -nostdinc +INCLUDES= -I. -I$S -I$S/arch -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dhp300 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -- cgit v1.2.3