diff options
| author | Peter Jones <pjones@redhat.com> | 2017-09-29 11:03:52 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-09-29 11:10:32 -0400 |
| commit | d8f4773408b5ba2a3dabccdfa36f68ac337eb155 (patch) | |
| tree | ad4c3cead10d00faa0a2ec096be1ec70112ab645 | |
| parent | 23ce039c434d164a3848c829b237899cc17c1d21 (diff) | |
| download | efi-boot-shim-d8f4773408b5ba2a3dabccdfa36f68ac337eb155.tar.gz efi-boot-shim-d8f4773408b5ba2a3dabccdfa36f68ac337eb155.zip | |
buildid: make 'make clean' remove it.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
