Stupid Newbie Question?

Bernhard Fischer rep.nop at aon.at
Thu May 4 11:53:59 UTC 2006


On Thu, May 04, 2006 at 10:28:31AM +0200, Peter S. Mazinger wrote:
>On Thu, 4 May 2006, Mike Frysinger wrote:
>
>> On Tuesday 02 May 2006 15:19, Peter S. Mazinger wrote:
>> > when I see this happening, often it is due to make < 3.80 being used
>> 
>> i keep meaning to add a sanity check to buildroot ...
>> -mike
>
>Erik did it, I wonder if this could be somehow implemented using some make 
>feature, to have it in uClibc as well?

ifneq ($(findstring 3.79,$(MAKE_VERSION)),)
$(error Your make is too old $(MAKE_VERSION). Go get a working one.)
endif

>
>Peter
>
>-- 
>Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
>Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2
>
>_______________________________________________
>uClibc mailing list
>uClibc at uclibc.org
>http://busybox.net/cgi-bin/mailman/listinfo/uclibc
>



More information about the uClibc mailing list