This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

[PATCH] Release fixes


Hi,

Okay, at long last, I believe I have identified the problems with building the release. Believe it or not, it was a bug in the version of automake that was used to generate Makefile.in: when the "cygnus" options was set, automake would not set DIST_SUBDIRS, and "make distclean" would not properly purge some files.

There was also a buglet in src/gdb/testsuite/gdb.gdbtk/Makefile.in. The configure.in -> configure.ac rename caused a problem in one of the targets which depended on "configure.in". I've fixed that, too, but apparently did not commit the changelog entry. I dont' know how, but I've fixed that.

I am testing the release now. If I don't find any other problems, I should have something "official" in a couple of hours (tomorrow morning if I've had enough for one night).

I've committed the following patches to both the gdb_6_5-branch and CVS HEAD.

Keith

gdb/testsuite/gdb.gdbtk/ChangeLog
2006-09-28  Keith Seitz  <keiths@redhat.com>

        * Makefile.in Chagne all instances of configure.in to refer to
        configure.ac.

gdb/gdbtk/ChangeLog
2006-09-28  Keith Seitz  <keiths@redhat.com>

        * aclocal.m4: Regenerate.
	* configure: Regenerate.
        * Makefile.in: Regenerate.

gdb/gdbtk/plugins/ChangeLog
2006-09-28  Keith Seitz  <keiths@redhat.com>

        * aclocal.m4: Regenerate.
	* configure: Regenerate.
        * Makefile.in: Regenerate.


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