svn commit: r294269 - stable/10/sys/boot/efi/boot1
Ed Maste
emaste at FreeBSD.org
Mon Jan 18 15:34:11 UTC 2016
Author: emaste
Date: Mon Jan 18 15:34:10 2016
New Revision: 294269
URL: https://svnweb.freebsd.org/changeset/base/294269
Log:
MFC r281117: Move boot1.efi to the global CLEANFILES list
It's not x86 specific.
Modified:
stable/10/sys/boot/efi/boot1/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/boot/efi/boot1/Makefile
==============================================================================
--- stable/10/sys/boot/efi/boot1/Makefile Mon Jan 18 15:30:15 2016 (r294268)
+++ stable/10/sys/boot/efi/boot1/Makefile Mon Jan 18 15:34:10 2016 (r294269)
@@ -73,7 +73,7 @@ boot1.efifat: boot1.efi
bzip2 -f -d ${.TARGET}.bz2
dd if=boot1.efi of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
-CLEANFILES= boot1.efifat
+CLEANFILES= boot1.efi boot1.efifat
.endif # ${COMPILER_TYPE} != "gcc"
@@ -82,7 +82,7 @@ CLEANFILES= boot1.efifat
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
beforedepend ${OBJS}: machine x86
-CLEANFILES+= machine x86 boot1.efi
+CLEANFILES+= machine x86
machine:
ln -sf ${.CURDIR}/../../../amd64/include machine
More information about the svn-src-stable-10
mailing list