svn commit: r296705 - head/sys/boot/i386/loader
Bryan Drewery
bdrewery at FreeBSD.org
Fri Mar 11 23:45:47 UTC 2016
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
More information about the svn-src-all
mailing list