From: Jonathan Nieder <jrnieder@gmail.com>
To: Jeremy Huddleston <jeremyhu@apple.com>
Cc: git@vger.kernel.org, "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: Re: 1.7.3.4 build regression
Date: Thu, 16 Dec 2010 22:17:51 -0600 [thread overview]
Message-ID: <20101217041750.GA7649@burratino> (raw)
In-Reply-To: <21774743-8BA8-4A1C-BDCF-1E3F7D85EFB5@apple.com>
Jeremy Huddleston wrote:
> On Dec 16, 2010, at 19:41, Jonathan Nieder wrote:
>> Jeremy Huddleston wrote:
>>> make
>>> (strip the built executables)
>>> make install
>>>
>>> During 'make install', the executables get remade even though they
>>> shouldn't be.
>>
>> Just a wild guess: do you pass CC on the "make" and not the "make
>> install" command line?
>
> Yes. Good guess. Why would that be affecting it?
See v1.7.3.3~28^2 (Makefile: add CC to TRACK_CFLAGS, 2010-09-12),
found with "git log --no-merges v1.7.3.2..v1.7.3.4 -- Makefile".
That is, now CC is tracked like $prefix and $CFLAGS are.
The idea of that change was presumably that if you switch CC from,
say, "gcc -m32" to "gcc -m64", then the build result will not be
correct unless you remake things. I have mixed feelings about it,
since from time to time I might want to switch between gcc-4.4 and
gcc-4.5 without rebuilding everything.
> "make" line is:
> /Developer/usr/bin/make -C /tmp/Git-16.roots/Git-16~obj/i386/ \
> -j`sysctl -n hw.activecpu` \
> prefix=/usr NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease \
> RUNTIME_PREFIX=YesPlease \
> GITGUI_VERSION=0.12.0 V=1 \
> CFLAGS='-ggdb3 -Os -pipe -Wall -Wformat-security -D_FORTIFY_SOURCE=2' \
> 'CC=cc -arch i386' 'uname_M=i386' 'uname_P=i386'
Interesting. It might be convenient to save these variables in
/tmp/Git-16.roots/Git-16~obj/i386/config.mak.
Thanks for reporting. Some thinking to do.
prev parent reply other threads:[~2010-12-17 4:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-17 3:31 1.7.3.4 build regression Jeremy Huddleston
[not found] ` <20101217034123.GA7362@burratino>
2010-12-17 4:02 ` Jeremy Huddleston
2010-12-17 4:17 ` Jonathan Nieder [this message]
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=20101217041750.GA7649@burratino \
--to=jrnieder@gmail.com \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=jeremyhu@apple.com \
/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).