From: Stefano Lattarini <stefano.lattarini@gmail.com>
To: Git List <git@vger.kernel.org>
Cc: Martin von Zweigbergk <martinvonz@gmail.com>,
Jonathan Nieder <jrnieder@gmail.com>, Jeff King <peff@peff.net>
Subject: [BUG] Infinite make recursion when configure.ac changes
Date: Wed, 20 Feb 2013 09:44:58 +0100 [thread overview]
Message-ID: <51248D0A.50603@gmail.com> (raw)
>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
next reply other threads:[~2013-02-20 8:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-20 8:44 Stefano Lattarini [this message]
2013-02-21 6:04 ` [BUG] Infinite make recursion when configure.ac changes 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51248D0A.50603@gmail.com \
--to=stefano.lattarini@gmail.com \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.com \
--cc=martinvonz@gmail.com \
--cc=peff@peff.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).