[vlc-devel] [PATCH] contrib: clean up dotfiles from manually selected packages

Sean McGovern gseanmcg at gmail.com
Wed Aug 24 01:02:28 CEST 2016


---
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.
---
 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)"
-- 
1.7.9.2



More information about the vlc-devel mailing list