diff options
| author | Peter Jones <pjones@redhat.com> | 2022-02-03 13:30:49 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2022-02-03 13:52:28 -0500 |
| commit | fee352a076999790da1a63460eda842525d324e4 (patch) | |
| tree | bb582a2c8bd430a5f8eb86dba505de7355d665a0 | |
| parent | 8c52a84e0a4f39bbc937dcbcdad7cdf04b90b85b (diff) | |
| download | efi-boot-shim-fee352a076999790da1a63460eda842525d324e4.tar.gz efi-boot-shim-fee352a076999790da1a63460eda842525d324e4.zip | |
Remove post-proccess-pe on 'make clean'
This resolves issue #442
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -323,7 +323,7 @@ clean-lib-objs: clean-shim-objs: @rm -rvf $(TARGET) *.o $(SHIM_OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb $(BOOTCSVNAME) - @rm -vf *.debug *.so *.efi *.efi.* *.tar.* version.c buildid + @rm -vf *.debug *.so *.efi *.efi.* *.tar.* version.c buildid post-process-pe @rm -vf Cryptlib/*.[oa] Cryptlib/*/*.[oa] @if [ -d .git ] ; then git clean -f -d -e 'Cryptlib/OpenSSL/*'; fi |
