Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 23:45:45 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296705 - head/sys/boot/i386/loader
Message-ID:  <201603112345.u2BNjjI1011089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Mar 11 23:45:45 2016
New Revision: 296705
URL: https://svnweb.freebsd.org/changeset/base/296705

Log:
  Revert r269030. CLEANFILES is already added to .NOPATH since r241298.
  
  Sponsored by:	EMC / Isilon Storage Division

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

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile	Fri Mar 11 23:45:42 2016	(r296704)
+++ head/sys/boot/i386/loader/Makefile	Fri Mar 11 23:45:45 2016	(r296705)
@@ -125,6 +125,6 @@ LDADD=	${LIBFICL} ${LIBFIREWIRE} ${LIBZF
 beforedepend ${OBJS}: machine
 CLEANFILES+=	machine
 CFLAGS+=	-DLOADER_PREFER_AMD64
-machine: .NOPATH
+machine:
 	ln -sf ${.CURDIR}/../../../i386/include machine
 .endif



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