Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 06:24:01 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264403 - head/sys/boot/amd64/boot1.efi
Message-ID:  <201404130624.s3D6O10C077227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sun Apr 13 06:24:01 2014
New Revision: 264403
URL: http://svnweb.freebsd.org/changeset/base/264403

Log:
  Fix buildworld. I had some local bits in my build tree that caused this
  to work by accident.

Modified:
  head/sys/boot/amd64/boot1.efi/Makefile

Modified: head/sys/boot/amd64/boot1.efi/Makefile
==============================================================================
--- head/sys/boot/amd64/boot1.efi/Makefile	Sun Apr 13 05:22:26 2014	(r264402)
+++ head/sys/boot/amd64/boot1.efi/Makefile	Sun Apr 13 06:24:01 2014	(r264403)
@@ -22,8 +22,8 @@ CFLAGS+=	-I${.CURDIR}/../../efi/include/
 CFLAGS+=	-I${.CURDIR}/../../../contrib/dev/acpica/include
 CFLAGS+=	-I${.CURDIR}/../../..
 
-# Always add MI sources 
-.PATH:		${.CURDIR}/../../common ../efi
+# Always add MI sources and REGULAR efi loader bits
+.PATH:		${.CURDIR}/../efi ${.CURDIR}/../../common
 CFLAGS+=	-I${.CURDIR}/../../common
 
 FILES=	boot1.efi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404130624.s3D6O10C077227>