svn commit: r269030 - head/sys/boot/i386/loader

Sean Bruno sbruno at FreeBSD.org
Wed Jul 23 22:12:05 UTC 2014


Author: sbruno
Date: Wed Jul 23 22:12:05 2014
New Revision: 269030
URL: http://svnweb.freebsd.org/changeset/base/269030

Log:
  Add .NOPATH to the machine target so that builds in sys/boot work and don't
  error out building zfs loader.
  
  Submitted by:	sjg at freebsd.org

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

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile	Wed Jul 23 22:11:04 2014	(r269029)
+++ head/sys/boot/i386/loader/Makefile	Wed Jul 23 22:12:05 2014	(r269030)
@@ -134,6 +134,6 @@ LDADD=	${LIBFICL} ${LIBFIREWIRE} ${LIBZF
 beforedepend ${OBJS}: machine
 CLEANFILES+=	machine
 CFLAGS+=	-DLOADER_PREFER_AMD64
-machine:
+machine: .NOPATH
 	ln -sf ${.CURDIR}/../../../i386/include machine
 .endif


More information about the svn-src-head mailing list