[vlc-commits] contrib: dump the content of crossfile.meson in the logs
Steve Lhomme
git at videolan.org
Wed Jul 24 11:26:55 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jul 24 11:21:09 2019 +0200| [00e052d069a87297dc89249f8aa2aff02b827b48] | committer: Steve Lhomme
contrib: dump the content of crossfile.meson in the logs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=00e052d069a87297dc89249f8aa2aff02b827b48
---
contrib/src/main.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index cc1116e3df..fae0feb9fd 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -610,6 +610,7 @@ crossfile.meson: $(SRC)/gen-meson-crossfile.py
HOST_ARCH="$(subst i386,x86,$(ARCH))" \
HOST="$(HOST)" \
$(SRC)/gen-meson-crossfile.py $@
+ cat $@
# Default pattern rules
.sum-%: $(SRC)/%/SHA512SUMS
More information about the vlc-commits
mailing list