[Buildroot] svn commit: trunk/buildroot

hartleys hartleys at visionengravers.com
Wed Nov 5 01:01:22 UTC 2008


On Tuesday, November 04, 2008 5:53 PM, Roberto A. Foglietta wrote:
>> That gets rid of the messages. FYI, HOST_GLIB_BIN and HOST_GLIB get 
>> set to the following on my system:
>>
>> HOST_GLIB_BIN=
>> HOST_GLIB=.
>>
>> I just echoed the variables as:
>>
>>        @echo HOST_GLIB_BIN=$(HOST_GLIB_BIN)
>>        @echo HOST_GLIB=$(HOST_GLIB)
>>
>> I assume HOST_GLIB_BIN is ok since I don't have glib-genmarshal 
>> installed. But will the '.' be a problem for HOST_GLIB?
>>
>
> I did not found any Makefile nor .mk in which HOST_GLIB_BIN is used!!!
>
> You are right again because HOST_GLIB should be /usr by default, in
fact:

<snip>

> so again,
>
> http://busybox.net/bugs/view.php?id=5984

Still not messages (good). Now I get:

HOST_GLIB_BIN=
HOST_GLIB=/usr

Which is also good (I guess, based on what you say above).

Yes, it appears HOST_GLIB_BIN is just used to figure out what HOST_GLIB
is supposed to be.

Question: Does this really belong in the top level Makefile?

Hartley



More information about the buildroot mailing list