diff options
author | Paul Fertser <fercerpav@gmail.com> | 2013-07-06 09:12:45 +0400 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-07-15 10:13:51 +0000 |
commit | ab90b8777855876f23c779ee2b25827a34f890c3 (patch) | |
tree | d3da2559ab026a75fee9a813fe4bf245bbd28929 /README | |
parent | 4501e6002fea79ed3deba6dc77d88a4fda97437d (diff) | |
download | riscv-openocd-ab90b8777855876f23c779ee2b25827a34f890c3.zip riscv-openocd-ab90b8777855876f23c779ee2b25827a34f890c3.tar.gz riscv-openocd-ab90b8777855876f23c779ee2b25827a34f890c3.tar.bz2 |
configure: remove AM_MAINTAINER_MODE, effectively always enabling all the rules
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -203,11 +203,6 @@ interfaces should be included (among other things). The following list of options was extracted from the output of './configure --help'. Other options may be available there: - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer - NOTE: This option is *required* for GIT builds! - It should *not* be used to build a release. - --enable-dummy Enable building the dummy JTAG port driver --enable-parport Enable building the pc parallel port driver @@ -453,9 +448,9 @@ Tips For Building From a GIT Repository --------------------------------------- Building OpenOCD from a repository requires a recent version of the GNU -autotools (autoconf >= 2.59 and automake >= 1.9). +autotools (autoconf >= 2.60 and automake >= 1.9). 1) Run './bootstrap' to create the 'configure' script and prepare the build process for your host system. -2) Run './configure --enable-maintainer-mode' with other options. +2) Run './configure' with other options. |