svn commit: r268975 - head/sys/boot/amd64/boot1.efi

Sean Bruno sbruno at FreeBSD.org
Tue Jul 22 04:38:29 UTC 2014


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


More information about the svn-src-head mailing list