mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-04 10:01:40 +00:00
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>
This commit is contained in:
parent
25f6fd08cd
commit
b71838a35a
2
Makefile
2
Makefile
@ -332,7 +332,7 @@ clean:
|
|||||||
$(MAKE) -C Cryptlib -f $(TOPDIR)/Cryptlib/Makefile clean
|
$(MAKE) -C Cryptlib -f $(TOPDIR)/Cryptlib/Makefile clean
|
||||||
$(MAKE) -C Cryptlib/OpenSSL -f $(TOPDIR)/Cryptlib/OpenSSL/Makefile clean
|
$(MAKE) -C Cryptlib/OpenSSL -f $(TOPDIR)/Cryptlib/OpenSSL/Makefile clean
|
||||||
$(MAKE) -C lib -f $(TOPDIR)/lib/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
|
rm -f *.debug *.so *.efi *.tar.* version.c
|
||||||
|
|
||||||
GITTAG = $(VERSION)
|
GITTAG = $(VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user