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/1013
-- gerrit commit 5f70535678d63fc3e4a7f3dd3b240180bf331a9e 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: I3d572dc2fcdbaa0770a188a51a927048240f7b13 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
