2 Mar 2009 01:58
Re: [RFA] Makefile.in (clean): rm -f $(DEPDIR)/*.
Doug Evans <dje <at> google.com>
2009-03-02 00:58:28 GMT
2009-03-02 00:58:28 GMT
On Sun, Mar 1, 2009 at 4:54 PM, Tom Tromey <tromey <at> redhat.com> wrote: >>>>>> "Doug" == Doug Evans <dje <at> 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.
"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.
RSS Feed