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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"