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: s...@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
_______________________________________________
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"

Reply via email to