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]
Other format: [Raw text]

[PATCH] Stop distributing and building mmalloc with gdb


Per discussion.  Builds on i686-pc-linux-gnu.  OK to apply?

This pokes src-release, so it's not covered under the ALL rule.

	* src-release: Stop distributing mmalloc with gdb (which doesn't
	use it).
	* Makefile.def: GDB doesn't depend on mmalloc anymore; make it so.
	* Makefile.in: Regenerate.

Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.11
diff -u -r1.11 src-release
--- src-release	25 Mar 2004 17:51:10 -0000	1.11
+++ src-release	9 Aug 2004 02:50:25 -0000
@@ -273,7 +273,7 @@
 		SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
 
 .PHONY: gdb.tar.bz2
-GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
+GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim utils intl
 gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
 	$(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
 		MD5PROG="$(MD5PROG)" \
Index: Makefile.def
===================================================================
RCS file: /cvs/src/src/Makefile.def,v
retrieving revision 1.29
diff -u -r1.29 Makefile.def
--- Makefile.def	6 Aug 2004 06:44:41 -0000	1.29
+++ Makefile.def	9 Aug 2004 02:51:41 -0000
@@ -268,7 +268,6 @@
 dependencies = { module=all-gdb; on=all-libiberty; };
 dependencies = { module=all-gdb; on=all-opcodes; };
 dependencies = { module=all-gdb; on=all-bfd; };
-dependencies = { module=all-gdb; on=all-mmalloc; };
 dependencies = { module=all-gdb; on=all-readline; };
 dependencies = { module=all-gdb; on=all-bison; };
 dependencies = { module=all-gdb; on=all-byacc; };

-- 
There are none so blind as those who will not see.


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