[vlc-commits] [Git][videolan/vlc][master] contrib: do not clean other target tools

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Sun Jan 23 15:26:56 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
d7b89a16 by Rémi Denis-Courmont at 2022-01-23T14:19:16+02:00
contrib: do not clean other target tools

The bin/ directory is shared between all contrib targets. Whilst
cleaning one target, only the executables for that target should be
erased.

- - - - -


1 changed file:

- contrib/src/main.mak


Changes:

=====================================
contrib/src/main.mak
=====================================
@@ -488,7 +488,7 @@ mostlyclean:
 	-$(RM) toolchain.cmake
 	-$(RM) crossfile.meson
 	-$(RM) -R "$(PREFIX)"
-	-$(RM) -R "$(BUILDBINDIR)"
+	-$(RM) "$(BUILDBINDIR)/$(HOST)-*"
 	-$(RM) -R */
 
 clean: mostlyclean



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d7b89a1681e37c756d2ad4ab7107d9d1f8fe154e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d7b89a1681e37c756d2ad4ab7107d9d1f8fe154e
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list