[vlc-devel] [PATCH] contrib: clean up dotfiles from manually selected packages
Rémi Denis-Courmont
remi at remlab.net
Fri Aug 26 16:02:00 CEST 2016
Le mardi 23 août 2016, 19:02:28 Sean McGovern a écrit :
> ---
> I noticed this on my autobuilds, but also it looks like the newly added
> luac doesn't clean up either. Not sure what to add for that.
Should be fixed. This patch does not look right TBH.
> ---
> contrib/src/main.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/main.mak b/contrib/src/main.mak
> index 9b18b56..354d2bb 100644
> --- a/contrib/src/main.mak
> +++ b/contrib/src/main.mak
> @@ -393,7 +393,7 @@ fetch-all: $(PKGS_ALL:%=.sum-%)
> install: $(PKGS:%=.%)
>
> mostlyclean:
> - -$(RM) $(foreach p,$(PKGS_ALL),.$(p) .sum-$(p) .dep-$(p))
> + -$(RM) $(foreach p,$(PKGS_ALL) $(PKGS_ENABLE),.$(p) .sum-$(p) .dep-$(p))
> -$(RM) toolchain.cmake
> -$(RM) -R "$(PREFIX)"
> -$(RM) -R "$(BUILDBINDIR)"
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list