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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"