1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Move boot1.efi to the global CLEANFILES list, it's not x86 specific.

This commit is contained in:
Andrew Turner 2015-04-05 18:57:58 +00:00
parent 822a51b396
commit 45304e75b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281117

View File

@ -71,7 +71,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"
@ -80,7 +80,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