svn commit: r213568 - head/sys/boot/i386/gptboot

Peter Holm pho at FreeBSD.org
Fri Oct 8 10:27:53 UTC 2010


Author: pho
Date: Fri Oct  8 10:27:52 2010
New Revision: 213568
URL: http://svn.freebsd.org/changeset/base/213568

Log:
  Ensure that a make from sys/boot does not pick up include files from
  /usr/include.
  
  Discussed with:	 kib

Modified:
  head/sys/boot/i386/gptboot/Makefile

Modified: head/sys/boot/i386/gptboot/Makefile
==============================================================================
--- head/sys/boot/i386/gptboot/Makefile	Fri Oct  8 09:43:06 2010	(r213567)
+++ head/sys/boot/i386/gptboot/Makefile	Fri Oct  8 10:27:52 2010	(r213568)
@@ -36,6 +36,7 @@ CFLAGS=	-DBOOTPROG=\"gptboot\" \
 	-I${.CURDIR}/../common \
 	-I${.CURDIR}/../btx/lib -I. \
 	-I${.CURDIR}/../boot2 \
+	-I${.CURDIR}/../../.. \
 	-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
 	-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
 	-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \


More information about the svn-src-head mailing list