From b71838a35a6152f9fc449e3c124a4c1cdcd8e23a Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 14 Sep 2017 14:27:51 -0700 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3