[Buildroot] [autobuild.buildroot.net] Build results for 2013-08-24

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Aug 25 11:56:55 UTC 2013


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.




More information about the buildroot mailing list