summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2017-09-14 14:27:51 -0700
committerPeter Jones <pjones@redhat.com>2017-09-14 18:07:10 -0400
commitb71838a35a6152f9fc449e3c124a4c1cdcd8e23a (patch)
treedc38180abe55f895423e7205254ac2e8b7819af1
parent25f6fd08cd2652536371308e5d38ab4baadf6783 (diff)
downloadefi-boot-shim-b71838a35a6152f9fc449e3c124a4c1cdcd8e23a.tar.gz
efi-boot-shim-b71838a35a6152f9fc449e3c124a4c1cdcd8e23a.zip
Clean up after BOOT$(ARCH).CSV.
It should not be left around after clean since it's a generated file. Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be22d79a..7cd37303 100644
--- a/Makefile
+++ b/Makefile
@@ -332,7 +332,7 @@ clean:
$(MAKE) -C Cryptlib -f $(TOPDIR)/Cryptlib/Makefile clean
$(MAKE) -C Cryptlib/OpenSSL -f $(TOPDIR)/Cryptlib/OpenSSL/Makefile clean
$(MAKE) -C lib -f $(TOPDIR)/lib/Makefile clean
- rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb
+ rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb $(BOOTCSVNAME)
rm -f *.debug *.so *.efi *.tar.* version.c
GITTAG = $(VERSION)