diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-09-14 14:27:51 -0700 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-09-14 18:07:10 -0400 |
| commit | b71838a35a6152f9fc449e3c124a4c1cdcd8e23a (patch) | |
| tree | dc38180abe55f895423e7205254ac2e8b7819af1 | |
| parent | 25f6fd08cd2652536371308e5d38ab4baadf6783 (diff) | |
| download | efi-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
