[uclibc] new build system introduced in 12530 svn revision

Bernhard Fischer rep.nop at aon.at
Wed Feb 15 11:40:38 UTC 2006


On Wed, Feb 15, 2006 at 11:50:53AM +0100, Dely Nicolas wrote:
>Hi all,
>
>I'm trying to build the latest uclibc snapshot 20060215
>
>There is a new build system added by psm in 12530 svn revision (Fri Nov
>25 13:46:08 2005 PST). 
>
>So I have got problems with dependencies in Makefile.in, the following
>line is not well supported by gnu make 3.79.1
>
>mconf $(config_OUT)/mconf: $(config_MCONF_OBJS) $(config_SHARED_OBJS) |
>ncurses
>
>This problem comes from '|' (pipe), I don't understand what it means and
>make said:
>/No rule to make target `|'/
>
>:-(
>
>Can someone explain me please which gnu make version is required to
>parse this type of dependencies ?

It's an "order-only" prerequisite and is supported in make-3.80 and above.




More information about the uClibc mailing list