From d8f4773408b5ba2a3dabccdfa36f68ac337eb155 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 29 Sep 2017 11:03:52 -0400 Subject: buildid: make 'make clean' remove it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3860710..91873f33 100644 --- a/Makefile +++ b/Makefile @@ -337,7 +337,7 @@ 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 $(BOOTCSVNAME) - rm -f *.debug *.so *.efi *.efi.* *.tar.* version.c + rm -f *.debug *.so *.efi *.efi.* *.tar.* version.c buildid GITTAG = $(VERSION) -- cgit v1.2.3