[vlc-commits] commit: contrib: To please the windows build bot allow to use the old command line switch. (Pierre d'Herbemont )
git at videolan.org
git at videolan.org
Sun Oct 31 19:51:54 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Oct 31 19:51:29 2010 +0100| [2c9005bea3d7c7ae109936ff0457915546c78d39] | committer: Pierre d'Herbemont
contrib: To please the windows build bot allow to use the old command line switch.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c9005bea3d7c7ae109936ff0457915546c78d39
---
extras/contrib/bootstrap | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index ca0c785..f68ae2d 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -89,6 +89,10 @@ done
shift $(($OPTIND - 1))
if [ "x$1" != "x" ]; then
+ error "Fallback to old command line switch, use the -t option now"
+ TARGET="$1"
+fi
+if [ "x$2" != "x" ]; then
usage
exit 1
fi
More information about the vlc-commits
mailing list