This is an automated email from Gerrit. Tomasz CEDRO ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1053
-- gerrit commit 6a972451b0efd86ee30fe3633b667fba0aa4e08e Author: Tomek CEDRO <[email protected]> Date: Wed Oct 24 00:02:04 2012 +0200 Added bootstrap procedure of submodules/libswd. When there is no configure script for libswd (i.e. when working on a master branch) then autogen.sh is executed to generate it. Change-Id: Ibcb9e7313935aa61ad17972145b5ccec73a0f1fa Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/bootstrap b/bootstrap index 8a3945e..3d4804f 100755 --- a/bootstrap +++ b/bootstrap @@ -43,5 +43,11 @@ else git submodule update fi +# Bootstrap the submodules/libswd when working with git master not release +if [ ! -f submodules/libswd/configure ]; then + echo "Info: submodules/libswd needs to be bootstrapped too..." + cd submodules/libswd; sh autogen.sh +fi + echo "Bootstrap complete. Quick build instructions:" echo "./configure --enable-maintainer-mode ...." -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
