diff options
author | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-10-08 00:13:50 +0000 |
---|---|---|
committer | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-10-08 00:13:50 +0000 |
commit | 03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8 (patch) | |
tree | d5410eb810b1409fbb46139caa472460612e5852 /bootstrap | |
parent | cdc33b38088e6435393b86808b6833d09ea4aa73 (diff) |
Change most in-tree references from SVN to GIT.
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
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ autoheader automake --gnu --add-missing --copy ) -# AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode +# AM_MAINTAINER_MODE requires --enable-maintainer-mode from everyone using +# current source snapshots (working from GIT, or some source snapshot, etc) # otherwise the documentation will fail to build due to missing version.texi echo "Bootstrap complete; you can './configure --enable-maintainer-mode ....'" |