From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Avoiding rebuild of $(TARGET_DIR)/usr/bin/ldd
Date: Fri, 27 Jul 2007 12:36:30 +0200 [thread overview]
Message-ID: <20070727103630.GB22789@aon.at> (raw)
In-Reply-To: <1185524742.12803.13.camel@elrond.sweden.atmel.com>
On Fri, Jul 27, 2007 at 10:25:42AM +0200, Ulf Samuelsson wrote:
>$(TARGET_DIR)/usr/bin/ldd gets regenerated each load.
>When I study the output of "make -d", it gets rebuilt
>because of 'gcc'.
>
>I did the following to get rid of the rebuild, but I am not
>sure it is correct.
>
>Comments?
this was added to fix
sed -i -e "/JLEVEL/d" .config
echo "BR2_JLEVEL=1" >> .config
make -j 128
(i.e. toplevel parallel builds)
If your change works (i.e. if there is a rule somewhere to build
$(TARGET_CROSS)gcc, which i don't know off-hand) then please go ahead
and commit.
prev parent reply other threads:[~2007-07-27 10:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-27 8:25 [Buildroot] Avoiding rebuild of $(TARGET_DIR)/usr/bin/ldd Ulf Samuelsson
2007-07-27 10:36 ` Bernhard Fischer [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=20070727103630.GB22789@aon.at \
--to=rep.dot.nop@gmail.com \
--cc=buildroot@busybox.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