This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] make info regression on --with-system-readline


> Date: Sat, 1 Jan 2011 17:31:42 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb-patches@sourceware.org, tromey@redhat.com
> 
> It will not work (with current GDB sources) if you do:
> 
> ./configure; make; make -C gdb/doc gdb.info
> mkdir build; cd build
> ../configure --with-system-readline; make; make -C gdb/doc gdb.info
> 
> But building out of the src tree probably requires the src tree to be
> distclean, doesn't it?

Yes, it does.  Or, rather, whoever doesn't keep it distclean asks for
trouble, and should not be surprised to have to do something by hand.

> So the case above should not be valid and just removing GDBvn.texi
> from .tar.bz2 should be enough.

That, and also adding it to distclean-removed files, yes.

So, unless anyone else objects, removing GDBvn.texi from the
distributed files is the solution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]