Fwd: Error while configuring uClibc

Peter S. Mazinger ps.m at gmx.net
Tue May 16 14:43:33 UTC 2006


On Tue, 16 May 2006, Bernhard Fischer wrote:

> On Tue, May 16, 2006 at 10:45:09AM -0000, Tacitus Rodriguez wrote:
> >  
> 
> Your version of make is too old, upgrade to 3.81 or 3.80.

Please anyone w/ svn commit access apply the attached patch to svn (it 
will guard at least against all make-3.7x)

Thanks, Peter
> 
> >[root at sshyamal uClibc]# make menuconfig
> >make -C extra/config conf
> >make[1]: *** No rule to make target `|', needed by `../../extra/config/conf.o'.  Stop.
> >make: *** [extra/config/conf] Error 2
> >
> >I tried all possible config parameters but error still persists.
> >
> >Please let me know if I'm doing anything wrong or have downloaded the wrong package.
> >
> >Thanks!
> >Tacitus
> >
> 
> 

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2
-------------- next part --------------
Index: Rules.mak
===================================================================
--- Rules.mak	(revision 15088)
+++ Rules.mak	(working copy)
@@ -6,6 +6,11 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
+# check for proper make version
+ifneq ($(findstring 3.7,$(MAKE_VERSION)),)
+$(error Your make is too old $(MAKE_VERSION). Go get at least 3.80)
+endif
+
 #-----------------------------------------------------------
 # This file contains rules which are shared between multiple
 # Makefiles.  All normal configuration options live in the 


More information about the uClibc mailing list