git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Re: Re: Re: Segmentation fault with latest git (070c57df)
@ 2013-02-01 10:59 Jongman Heo
  2013-02-01 22:38 ` Jonathan Nieder
  2013-02-01 22:45 ` [PATCH resend] Makefile: explicitly set target name for autogenerated dependencies Jonathan Nieder
  0 siblings, 2 replies; 4+ messages in thread
From: Jongman Heo @ 2013-02-01 10:59 UTC (permalink / raw)
  To: Jeff King; +Cc: Junio C Hamano, Thomas Rast, git, Antoine Pelisse


>> [...]
>>  Finished prerequisites of target file `builtin/fetch.o'.
>>  Prerequisite `builtin/fetch.c' is older than target `builtin/fetch.o'.
>>  Prerequisite `GIT-CFLAGS' is older than target `builtin/fetch.o'.
>> No need to remake target `builtin/fetch.o'.
>
>But it doesn't stimulate any prerequisites in make, which is weird.
>What's in builtin/.depend/fetch.o.d?
>
>-Peff

Hi, 

please see below~.

$ cat builtin/.depend/fetch.o.d            
fetch.o: builtin/fetch.c cache.h git-compat-util.h compat/bswap.h \
  strbuf.h hash.h advice.h gettext.h convert.h refs.h commit.h object.h \
  tree.h decorate.h builtin.h cache.h commit.h notes.h string-list.h \
  string-list.h remote.h transport.h remote.h run-command.h \
  parse-options.h sigchain.h submodule.h connected.h argv-array.h

cache.h:

git-compat-util.h:

compat/bswap.h:

strbuf.h:

hash.h:

advice.h:

gettext.h:

convert.h:

refs.h:

commit.h:

object.h:

tree.h:

decorate.h:

builtin.h:

cache.h:

commit.h:

notes.h:

string-list.h:

string-list.h:

remote.h:

transport.h:

remote.h:

run-command.h:

parse-options.h:

sigchain.h:

submodule.h:

connected.h:

argv-array.h:

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-02  0:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 10:59 Re: Re: Re: Segmentation fault with latest git (070c57df) Jongman Heo
2013-02-01 22:38 ` Jonathan Nieder
2013-02-01 22:45 ` [PATCH resend] Makefile: explicitly set target name for autogenerated dependencies Jonathan Nieder
2013-02-02  0:03   ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).