Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 04:38:28 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268975 - head/sys/boot/amd64/boot1.efi
Message-ID:  <201407220438.s6M4cSSr047782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Tue Jul 22 04:38:28 2014
New Revision: 268975
URL: http://svnweb.freebsd.org/changeset/base/268975

Log:
  Remove boot1.efi during clean target.

Modified:
  head/sys/boot/amd64/boot1.efi/Makefile

Modified: head/sys/boot/amd64/boot1.efi/Makefile
==============================================================================
--- head/sys/boot/amd64/boot1.efi/Makefile	Tue Jul 22 04:37:47 2014	(r268974)
+++ head/sys/boot/amd64/boot1.efi/Makefile	Tue Jul 22 04:38:28 2014	(r268975)
@@ -77,7 +77,7 @@ CLEANFILES= boot1.efifat
 
 beforedepend ${OBJS}: machine x86
 
-CLEANFILES+=   machine x86
+CLEANFILES+=   machine x86 boot1.efi
 
 machine:
 	ln -sf ${.CURDIR}/../../../amd64/include machine



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