build.sh: add --clone flag to clone non-existing directories.
commitcae377c6d5f2382559b832e5dea838e43dc8554e
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 20 Jul 2009 01:33:30 +0000 (20 11:33 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 21 Jul 2009 06:22:16 +0000 (21 16:22 +1000)
tree2b88463866f0993a85d0c0063e8285221853bc04
parent2af0ac03f1d8af4a9e45192576567dda0ed73788
build.sh: add --clone flag to clone non-existing directories.

If --clone is specified as a parameter to build.sh, non-existing modules
in the build list are automatically cloned into the respective directories.

The current approach requires a user to either use jhbuild to pull all
repositories or to get the git_xorg.sh script from the wiki. By adding clone
support, a user just needs clone the modular module and then run build.sh to
get a development setup.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
build.sh