[vlc-commits] contrib: update clean targets
Rémi Denis-Courmont
git at videolan.org
Sat Aug 6 15:43:16 CEST 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 6 16:43:07 2016 +0300| [22e33287558686dc6b8205a9ede58966047fc67f] | committer: Rémi Denis-Courmont
contrib: update clean targets
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22e33287558686dc6b8205a9ede58966047fc67f
---
contrib/src/main.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index fad1d15..9b18b56 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -396,6 +396,7 @@ mostlyclean:
-$(RM) $(foreach p,$(PKGS_ALL),.$(p) .sum-$(p) .dep-$(p))
-$(RM) toolchain.cmake
-$(RM) -R "$(PREFIX)"
+ -$(RM) -R "$(BUILDBINDIR)"
-$(RM) -R */
clean: mostlyclean
More information about the vlc-commits
mailing list