summaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap also bootstraps submodules/libswd if necessary (when no configure ↵Tomek CEDRO2011-11-011-0/+6
| | | | file exist for that submodule, so git/master is used, not a release).
* BOOTSTRAP/SUBMODULES: Minor fix for libswd submodule. Placed git init/update ↵Tomek CEDRO2011-06-251-10/+11
| | | | in at the top of bootstrap file.
* BOOTSTRAP: Moved git submodule routines before autotools are executed. Added ↵Tomek CEDRO2011-06-221-13/+15
| | | | comments.w
* bootstrap: Various code improvementsTormod Volden2011-06-011-14/+19
| | | | | | | | | | | - 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
* bootstrap: fix argument handlingLaurent Charpentier2011-06-011-3/+5
| | | | | | - no argument => run submodule init - "nosubmoudle" => do not run submodule - other values => error message
* bootstrap: by default the submodules are initializedØyvind Harboe2010-12-221-7/+10
| | | | | | use "nosubmodule" to skip setting up submodules. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* build: update bootstrap commentsSpencer Oliver2010-11-191-5/+1
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* bootstrap: add quick start build instructionsØyvind Harboe2010-10-291-1/+13
| | | | | | | leave some bread-crumbs for users to figure out how to build OpenOCD Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* whitespace cleanup, mostly for docsAntonio Borneo2009-12-301-1/+1
| | | | | | | | 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>
* bootstrap: stop execution upon errorØyvind Harboe2009-12-041-0/+3
| | | | | | | When tools are not installed, exit immediately. This makes the error messages clearer. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* Change most in-tree references from SVN to GIT.dbrownell2009-10-081-1/+2
| | | | | | | | | 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
* Switch automake handling to use --gnu mode, not --foreign.zwelch2009-06-301-1/+1
| | | | | | | 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
* Remove redundant call to autoheader in bootstrap script.zwelch2009-05-281-1/+1
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Fix bootstrap typo noticed by Edgar Grimberg <edgar.grimberg@zylin.com>.zwelch2009-05-131-1/+1
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1780 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Fix bootstrap script to support MacOS glibtoolize oddity.zwelch2009-05-131-5/+21
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1779 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-0/+1
| | | | | | | | | | | - 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
* Zach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminderoharboe2009-04-241-0/+4
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1523 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - documentation fixes (thanks to Uwe Hermann)drath2007-07-261-1/+1
| | | | | | | - bootstrapping changes to accomodate packaging (thanks to Uwe Hermann) git-svn-id: svn://svn.berlios.de/openocd/trunk@182 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+4
git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60