Skip to content

Commit

Permalink
Remove post-proccess-pe on 'make clean'
Browse files Browse the repository at this point in the history
This resolves issue rhboot#442

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Feb 3, 2022
1 parent 8c52a84 commit fee352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fee352a

Please sign in to comment.