From: Quirin Gylstorff <[email protected]> This fixes Debian Bug#1044895: efibootguard: Fails to build source after successful build.
Signed-off-by: Quirin Gylstorff <[email protected]> --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 59af226..f767096 100644 --- a/Makefile.am +++ b/Makefile.am @@ -352,6 +352,12 @@ all-local: bg_printenv bash-completion zsh-completion CLEANFILES += bg_printenv $(BASH_COMPLETION_FILES) $(ZSH_COMPLETION_FILES) +clean-local: clean-local-completion-pycache +.PHONY: clean-local-completion-pycache +clean-local-completion-pycache: + rm -rf $(top_builddir)/completion/bg_printenv/__pycache__ + rm -rf $(top_builddir)/completion/bg_setenv/__pycache__ + # Tests depend on libraries being built - start with "." SUBDIRS = . tools/tests -- 2.40.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20230814144115.279143-1-Quirin.Gylstorff%40siemens.com.
