[syslinux:firmware] efi: Delete efi/ wrapper in spotless make target

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Nov 9 09:06:16 PST 2012


Commit-ID:  f05b156576af60532b0dd2bb443f851a0f0a4d8f
Gitweb:     http://www.syslinux.org/commit/f05b156576af60532b0dd2bb443f851a0f0a4d8f
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Mon, 30 Jan 2012 14:47:23 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Thu, 2 Feb 2012 16:24:44 +0000

efi: Delete efi/wrapper in spotless make target

Previously there was no make target that would delete the wrapper
application, so add it to the 'spotless' target.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 efi/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/efi/Makefile b/efi/Makefile
index 39b99ef..b67af60 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -63,4 +63,4 @@ tidy dist:
 clean: tidy
 
 spotless: clean
-	rm -f $(BTARGET)
+	rm -f $(BTARGET) wrapper


More information about the Syslinux-commits mailing list