[vlc-devel] [PATCH 1/1] extras/tools: list packages that will be built
Tristan Matthews
le.businessman at gmail.com
Mon Nov 10 22:00:26 CET 2014
This makes it a little more obvious, instead of just saying that tools
are missing or too old.
---
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=
--
1.9.3
More information about the vlc-devel
mailing list