git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] Infinite make recursion when configure.ac changes
@ 2013-02-20  8:44 Stefano Lattarini
  2013-02-21  6:04 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Stefano Lattarini @ 2013-02-20  8:44 UTC (permalink / raw)
  To: Git List; +Cc: Martin von Zweigbergk, Jonathan Nieder, Jeff King

>From a pristine master checkout:

  $ make configure && ./configure make
  ... # All successfull
  $ touch configure.ac
  $ make
    GEN config.status
  make[1]: Entering directory `/storage/home/stefano/git/src'
    GEN config.status
  make[2]: Entering directory `/storage/home/stefano/git/src'
    GEN config.status
  make[3]: Entering directory `/storage/home/stefano/git/src'
    GEN config.status
  make[4]: Entering directory `/storage/home/stefano/git/src'
    GEN config.status
  make[5]: Entering directory `/storage/home/stefano/git/src'
    GEN config.status
  ...

and I have to hit ^C to interrupt that recursion.

This seems due to the change in commit v1.7.12.4-1-g1226504: the
issue is still present there, but no longer is in the preceding
commit 7e201053 (a.k.a. v1.7.12.4).

I haven't investigated this any further for the moment.

Regards,
  Stefano

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

end of thread, other threads:[~2013-02-21  7:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20  8:44 [BUG] Infinite make recursion when configure.ac changes Stefano Lattarini
2013-02-21  6:04 ` Jeff King
2013-02-21  6:10   ` Junio C Hamano
2013-02-21  6:26     ` Jeff King
2013-02-21  7:59       ` Junio C Hamano

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).