svn commit: trunk/uClibc/ldso/ldso

Peter S. Mazinger ps.m at gmx.net
Tue Sep 27 16:34:54 UTC 2005


On Tue, 27 Sep 2005, Mike Frysinger wrote:

> On Tuesday 27 September 2005 03:37 am, psm at uclibc.org wrote:
> > Log:
> > Remove created objects independently of TARGET_ARCH and kill 3 warnings
> >
> > --- trunk/uClibc/ldso/ldso/Makefile	2005-09-27 04:21:48 UTC (rev 11662)
> > +++ trunk/uClibc/ldso/ldso/Makefile	2005-09-27 07:37:48 UTC (rev 11663)
> > @@ -52,7 +52,7 @@
> >
> >  CSRC= ldso.c
> >  COBJS=$(patsubst %.c,%.o, $(CSRC))
> > -ASRC=$(shell ls $(TARGET_ARCH)/*.S)
> > +ASRC=$(shell ls $(TARGET_ARCH)/*.S 2>/dev/null)
> >  AOBJS=$(patsubst %.S,%.o, $(ASRC))
> >  OBJS=$(AOBJS) $(COBJS)
> >
> 
> these warnings should only come up when building for an arch with incomplete 
> support (aka x86_64) ... so no real point in disabling them ?
> -mike

The warning comes also if you run make [dist]clean without having a 
.config file (TARGET_ARCH is undefined), and more than that if I have a 
file /*.S on my box /*.o would have been removed.

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




More information about the uClibc mailing list