[vlc-commits] extras/tools: list packages that will be built
Tristan Matthews
git at videolan.org
Tue Nov 11 16:13:15 CET 2014
vlc | branch: master | Tristan Matthews <le.businessman at gmail.com> | Mon Nov 10 20:00:26 2014 +0000| [bc161d90515159ed23abf863f297984f86177120] | committer: Tristan Matthews
extras/tools: list packages that will be built
This makes it a little more obvious, instead of just saying that tools
are missing or too old.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc161d90515159ed23abf863f297984f86177120
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 345ec14..49fa424 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -83,7 +83,7 @@ check_sed
check protoc
check ant
-[ -n "$NEEDED" ] && mkdir -p build/
+[ -n "$NEEDED" ] && mkdir -p build/ && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
CPUS=
CC=
More information about the vlc-commits
mailing list