Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 22:12:05 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269030 - head/sys/boot/i386/loader
Message-ID:  <201407232212.s6NMC5Ym017380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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