svn commit: trunk/uClibc/ldso/ldso

psm at uclibc.org psm at uclibc.org
Tue Sep 27 07:37:49 UTC 2005


Author: psm
Date: 2005-09-27 00:37:48 -0700 (Tue, 27 Sep 2005)
New Revision: 11663

Log:
Remove created objects independently of TARGET_ARCH and kill 3 warnings

Modified:
   trunk/uClibc/ldso/ldso/Makefile


Changeset:
Modified: trunk/uClibc/ldso/ldso/Makefile
===================================================================
--- 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)
 
@@ -92,4 +92,4 @@
 	$(TARGET_ARCH)/*.h $(TARGET_ARCH)/*.c $(TOPDIR)ldso/include/*.h
 
 clean:
-	$(RM) $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i ldso.h *~
+	$(RM) $(UCLIBC_LDSO) $(LDSO_FULLNAME) core *.o */*.o *.a *.s *.i ldso.h *~




More information about the uClibc-cvs mailing list