This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: 2.10.91: About configure.texi and friends


Philip Blundell <philb@gnu.org> writes:

> > I guess the change from 2.10.1 should go into 2.10.91 as well, right?
> 
> Right.  Do you have write access to CVS?  If so, please add an appropriate 
> ChangeLog and check this in.

AFAIK Maciej has no write access (if you do have, speak up!), I've
committed the patch for him,

Andreas

P.S gdb developers, the top-level Makefile.in has been changed, I'm
appending the patch for you.

2001-01-20  Maciej W. Rozycki <macro@ds2.pg.gda.pl>

	* Makefile.in (ETC_SUPPORT): Add configure.texi and friends.

binutils-2.10.91-20010116-info.patch
diff -up --recursive --new-file binutils.macro/Makefile.in binutils/Makefile.in
--- binutils.macro/Makefile.in	Mon Jan 15 04:25:52 2001
+++ binutils/Makefile.in	Thu Jan 18 20:16:17 2001
@@ -1729,7 +1729,8 @@ DEVO_SUPPORT= README Makefile.in configu
 # ChangeLog omitted because it may refer to files which are not in this
 # distribution (perhaps it would be better to include it anyway).
 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
-	make-stds.texi standards.info*
+	make-stds.texi standards.info* configure.texi configure.info* \
+        configbuild.* configdev.*
 
 # When you use `make setup-dirs' or `make taz' you should always redefine
 # this macro.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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