From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2013-08-24
Date: Sun, 25 Aug 2013 08:56:55 -0300 [thread overview]
Message-ID: <5219F107.2030208@zacarias.com.ar> (raw)
In-Reply-To: <CAAXf6LWQ8wYQzw97__ECmUAf7ocK1t8OB3L83gbfjgBqd7gMZA@mail.gmail.com>
On 08/25/2013 04:32 AM, Thomas De Schampheleire wrote:
>> Classification of failures by reason
>> ====================================
>>
>> make: *** [target-finalize]... | 96
>
> Oops, what happened here?
Commit fde2605765fd99565ebcde48c5411a69646c2cce
test -d will always return 1 if the directory doesn't exist, which is
the case when kernel/modules aren't built.
The construct should be something like:
if test -d $(TARGET_DIR)/lib/modules; then ....; fi
Regards.
next prev parent reply other threads:[~2013-08-25 11:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-25 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2013-08-24 Thomas Petazzoni
2013-08-25 7:32 ` Thomas De Schampheleire
2013-08-25 11:56 ` Gustavo Zacarias [this message]
2013-08-25 22:37 ` Peter Korsgaard
2013-08-25 17:45 ` Spenser Gilliland
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=5219F107.2030208@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--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