On 12/04/2011 20:59, Rodrigo Rosa wrote:
nothing strange there - thats a big configure line :)
Does the doc dir have a version.texi in it?
nop...
very strange, version.texi should be generated by doc/makefile - here is
the snippet:
$(srcdir)/version.texi: $(srcdir)/stamp-vti
$(srcdir)/stamp-vti: openocd.texi $(top_srcdir)/configure
@(dir=.; test -f ./openocd.texi || dir=$(srcdir); \
set `$(SHELL) $(srcdir)/mdate-sh $$dir/openocd.texi`; \
echo "@set UPDATED $$1 $$2 $$3"; \
echo "@set UPDATED-MONTH $$2 $$3"; \
echo "@set EDITION $(VERSION)"; \
echo "@set VERSION $(VERSION)") > vti.tmp
@cmp -s vti.tmp $(srcdir)/version.texi \
|| (echo "Updating $(srcdir)/version.texi"; \
cp vti.tmp $(srcdir)/version.texi)
-@rm -f vti.tmp
@cp $(srcdir)/version.texi $@
stdout should be something like this
Making all in doc
make[2]: Entering directory `/home/spen/openocd/openocd-mingw/doc'
Updating ../../openocd/doc/version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd
../../openocd/doc && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /home/spen/openocd/openocd/missing --run makeinfo
--version)
>/dev/null 2>&1; then \
so do you have stamp-vti ?
may be also worth trying
make maintainer-clean
./bootstrap
./configure --enable-maintainer-mode ...
Cheers
Spen
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development