diff options
author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-09-14 17:48:49 -0700 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-09-14 17:48:49 -0700 |
commit | 51d5bbcb24fabe7bfc8a1664778e55f2583daf00 (patch) | |
tree | 9980a7fcde9ebf51a6bd190c74c02b6619c02949 /Makefile | |
parent | b6f94dbeacfc6f0a507413096189304c58dbe66c (diff) | |
download | efi-boot-shim-upstream/13_git1505328971.0780644a.tar.gz efi-boot-shim-upstream/13_git1505328971.0780644a.zip |
New upstream version 13~git1505328971.0780644aupstream/13_git1505328971.0780644a
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = 13 +VERSION = 12 ifneq ($(origin RELEASE),undefined) DASHRELEASE ?= -$(RELEASE) else @@ -167,6 +167,7 @@ shim.crt: shim.cer: shim.crt $(OPENSSL) x509 -outform der -in $< -out $@ +.NOTPARALLEL: shim_cert.h shim_cert.h: shim.cer echo "static UINT8 shim_cert[] = {" > $@ $(HEXDUMP) -v -e '1/1 "0x%02x, "' $< >> $@ @@ -332,7 +333,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) |