Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] make info regression on --with-system-readline
@ 2011-01-01  1:13 Jan Kratochvil
  2011-01-01  8:08 ` [patch] make info out-of-src-tree " Jan Kratochvil
  2011-01-01  9:23 ` [patch] make info " Eli Zaretskii
  0 siblings, 2 replies; 22+ messages in thread
From: Jan Kratochvil @ 2011-01-01  1:13 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

Hi,

since:
	[2/2] RFA: --with-system-readline -vs- gdb.texinfo
	http://sourceware.org/ml/gdb-patches/2010-11/msg00270.html

$ rm -rf gdb-7.2.50.20101231; tar xjf gdb-7.2.50.20101231.tar.bz2; cd gdb-7.2.50.20101231; CFLAGS= ./configure --with-system-readline; make; rm gdb/doc/gdb.info; make -C gdb/doc gdb.info
->
[...]
makeinfo  -I ./../mi -I . \
	-o gdb.info ./gdb.texinfo
./gdb.texinfo:30521: @include `rluser.texi': No such file or directory.
./gdb.texinfo:30521: @include `inc-hist.texinfo': No such file or directory.
[...]
Fedora 14 x86_64

It is because GDBvn.texi has started to depend on the configure options.

I will check it in in the case of no comments.

Another issue is that GDBvn.texi and gdb-cfg.texi should not be distributed.
But that bug is a different one on top of this bug.  That bug of a needless
files distribution is dependent on magic GDB `make dist' I do not know and
also that dist bug is not serious enough.

This is a regression.


Thanks,
Jan


doc/
2011-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* Makefile.in (GDBvn.texi): Add dependency on Makefile.

--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -298,7 +298,7 @@ refcard.pdf : refcard.tex $(REFEDITS)
 	rm -f sedref.log sedref.tex tmp.sed
 
 # File to record current GDB version number (copied from main dir version.in)
-GDBvn.texi : ${gdbdir}/version.in
+GDBvn.texi : ${gdbdir}/version.in Makefile
 	echo "@set GDBVN `sed q $(srcdir)/../version.in`" > ./GDBvn.new
 	if [ -n "$(PKGVERSION)" ]; then \
 	  echo "@set VERSION_PACKAGE $(PKGVERSION)" >> ./GDBvn.new; \


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-01-04  6:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-01  1:13 [patch] make info regression on --with-system-readline Jan Kratochvil
2011-01-01  8:08 ` [patch] make info out-of-src-tree " Jan Kratochvil
2011-01-01  9:34   ` Eli Zaretskii
2011-01-01 10:51     ` Jan Kratochvil
2011-01-01  9:23 ` [patch] make info " Eli Zaretskii
2011-01-01  9:38   ` Jan Kratochvil
2011-01-01 10:00     ` Eli Zaretskii
2011-01-01 11:16       ` Jan Kratochvil
2011-01-01 11:26         ` Eli Zaretskii
2011-01-01 11:43           ` Jan Kratochvil
2011-01-01 12:20             ` Eli Zaretskii
2011-01-01 12:30               ` Jan Kratochvil
2011-01-01 15:36                 ` Eli Zaretskii
2011-01-01 16:32                   ` Jan Kratochvil
2011-01-01 16:44                     ` Eli Zaretskii
2011-01-03 12:21                       ` [new patch] " Jan Kratochvil
2011-01-03 12:57                         ` Eli Zaretskii
2011-01-03 13:02                           ` Jan Kratochvil
2011-01-04  5:43                             ` Jan Kratochvil
2011-01-04  6:31                               ` Eli Zaretskii
2011-01-01 11:40       ` [patch] " Jan Kratochvil
2011-01-01 12:15         ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox