- Nov 05, 2016
-
-
Marc Schink authored
Move autogen.sh invocation of libjaylink from the configure to the bootstrap script because the configure script is included in tarball releases but autotools are not required to be available on end-user machines. Thanks to Paul Fertser for spotting this. Change-Id: I5489ae83885157a01803eed51a7328e47d67ea6d Signed-off-by:
Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/3569 Tested-by: jenkins Reviewed-by:
Paul Fertser <fercerpav@gmail.com>
-
- Jul 15, 2013
-
-
Paul Fertser authored
There're strong arguments against using this macro (mostly regarding build consistency), so remove it altogether. Change-Id: I90c8e9a86a24571019366435bd868a6799a09c45 Signed-off-by:
Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1476 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
- Jun 01, 2011
-
-
Tormod Volden authored
- Do not specify -e twice. - Use "which" instead of calling commands that might not exist. - Fix bashism ("==" is C not sh) - Carefully quote potentially empty variables - Check command arguments before doing anything - Rewrite argument checking to be more easily extensible - Consistent indentation - UNIX style error messages
-
Laurent Charpentier authored
- no argument => run submodule init - "nosubmoudle" => do not run submodule - other values => error message
-
- Dec 22, 2010
-
-
Øyvind Harboe authored
use "nosubmodule" to skip setting up submodules. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- Nov 19, 2010
-
-
Spencer Oliver authored
Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- Oct 29, 2010
-
-
Øyvind Harboe authored
leave some bread-crumbs for users to figure out how to build OpenOCD Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- Dec 30, 2009
-
-
Antonio Borneo authored
Remove useless space/tab at end of lines. Remove spaces in indentation and replace with tab. Signed-off-by:
Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
- Dec 04, 2009
-
-
Øyvind Harboe authored
When tools are not installed, exit immediately. This makes the error messages clearer. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- Oct 08, 2009
-
-
dbrownell authored
Also, talk about "mainline" not "trunk". The release.txt and release.sh files need more updates. git-svn-id: svn://svn.berlios.de/openocd/trunk@2825 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jun 30, 2009
-
-
zwelch authored
Remove INSTALL file; automake generates a copy of the latest version. git-svn-id: svn://svn.berlios.de/openocd/trunk@2435 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- May 28, 2009
-
-
zwelch authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- May 13, 2009
-
-
zwelch authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@1780 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@1779 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- May 10, 2009
-
-
zwelch authored
- Add libtoolize step too bootstrap script; creates ltmain.sh script. - Add AC_PROG_LIBTOOL to configure.in to add libtool support to build. - Change Makefile.am library rules from static (_a) to libtool (_la). - Install libopenocd.{la,so,a} in $(libdir); update openocd link rules. - Extend MAINTAINERCLEANFILES in top-level Makefile.am to remove ltmain.sh. git-svn-id: svn://svn.berlios.de/openocd/trunk@1695 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Apr 24, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@1523 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jul 26, 2007
-
-
drath authored
- bootstrapping changes to accomodate packaging (thanks to Uwe Hermann) git-svn-id: svn://svn.berlios.de/openocd/trunk@182 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jun 02, 2006
-
-
drath authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-