Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2016 15:34:10 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r294269 - stable/10/sys/boot/efi/boot1
Message-ID:  <201601181534.u0IFYAdS003430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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