This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog gnulib/Makefile.in gnulib/ac ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-07-01 11:14:42

Modified files:
	gdb            : ChangeLog 
	gdb/gnulib     : Makefile.in aclocal.m4 config.in configure 
	gdb/gnulib/import: Makefile.in 
Removed files:
	gdb/gnulib/import/m4: onceonly.m4 

Log message:
	Reimport gnulib from scratch.
	
	Moving aside gnulib/import/, and re-running our
	gnulib/update-gnulib.sh script, surprisingly, one gets a different
	result compared to what's in the tree.  This is with pristine FSF
	autoconf and FSF automake, at the versions required by
	update-gnulib.sh.  However, if one just runs the update-gnulib.sh
	scripts against the _existing_ tree, then nothing changes...  I
	suspect gnulib-tool's merge logic might be preserving some things by
	design.  This gets rid of cruft that might have accumulated over
	gnulib updates.  onceonly.m4 seems to fit in that category.
	
	gdb/
	2013-07-01  Pedro Alves  <palves@redhat.com>
	
	Reimport gnulib from scratch.
	* gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
	import/m4/onceonly.m4.
	* gnulib/aclocal.m4: Renegerate.
	* gnulib/config.in: Renegerate.
	* gnulib/configure: Renegerate.
	* gnulib/import/Makefile.in: Renegerate.
	* gnulib/import/extra/update-copyright: Renegerate.
	* gnulib/import/m4/onceonly.m4: Delete.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15766&r2=1.15767
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/Makefile.in.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/aclocal.m4.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/config.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/configure.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/m4/onceonly.m4.diff?cvsroot=src&r1=1.1&r2=NONE


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