[patch] regression: Fix in-tree build [Re: [patch] Create general staging area for data-directory files.]

Doug Evans dje@google.com
Thu Oct 7 00:21:00 GMT 2010


On Wed, Oct 6, 2010 at 5:01 PM, Doug Evans <dje@google.com> wrote:
> On Wed, Oct 6, 2010 at 4:33 PM, Pedro Alves <pedro@codesourcery.com> wrote:
>> On Thursday 07 October 2010 00:24:15, Jan Kratochvil wrote:
>>> On Tue, 05 Oct 2010 02:18:19 +0200, Doug Evans wrote:
>>> > --- /dev/null       2010-09-23 16:28:04.543730915 -0700
>>> > +++ data-directory/Makefile.in      2010-10-04 16:56:01.000000000 -0700
>>> > +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @frags@
>>> > +   cd $(top_builddir) && $(MAKE) data-directory/Makefile
>>>
>>
>> Does this need to depend on @frags@ in the first place?
>
> Yeah, I think that's the right solution.
>

I have checked this in.

2010-10-06  Doug Evans  <dje@google.com>

        * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
-------------- next part --------------
2010-10-06  Doug Evans  <dje@google.com>

	* data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.

Index: data-directory/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/data-directory/Makefile.in,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile.in
--- data-directory/Makefile.in	6 Oct 2010 16:02:44 -0000	1.1
+++ data-directory/Makefile.in	7 Oct 2010 00:16:41 -0000
@@ -53,10 +53,6 @@ PYTHON_INSTALL_DIR = $(DESTDIR)/$(GDB_DA
 PYTHON_FILES = \
 	gdb/__init__.py
 
-# Host-dependent makefile fragment comes in here.
-@host_makefile_frag@
-# End of host-dependent makefile fragment
-
 .PHONY: all
 all: stamp-syscalls stamp-python
 
@@ -182,5 +178,5 @@ clean-info:
 # will remove them.
 MAKEOVERRIDES=
 
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @frags@
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	cd $(top_builddir) && $(MAKE) data-directory/Makefile


More information about the Gdb-patches mailing list