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

Re: [RFA] Makefile.in (clean): rm -f $(DEPDIR)/*.


On Sun, Mar 1, 2009 at 4:54 PM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Doug" == Doug Evans <dje@google.com> writes:
>
> Doug> Otherwise when something gets moved then dependencies still refer to
> Doug> the old place and require the equivalent of a "make distclean"
> Doug> to get make working again (which is a bit heavyweight).
>
> Could you expand a bit on exactly what fails?  Do you see an error?  A
> missed rebuild?
>
> Tom
>

Do a "cd src/gdb && cvs update -dP" and see for yourself.   1/2 :-)

"But seriously ..."

After an update the error I see is:

make: *** No rule to make target `../../../src/gdb/signals/signals.c',
needed by `signals.o'.  Stop.

This is because signals.c has moved, but .deps/mumble still refers to
the old location.


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