svn commit: branches/uClibc-nptl/libc: inet inet/rpc misc/assert misc/ctype mi etc...

carmelo at uclibc.org carmelo at uclibc.org
Mon Nov 17 17:58:45 UTC 2008


Author: carmelo
Date: 2008-11-17 09:58:45 -0800 (Mon, 17 Nov 2008)
New Revision: 24078

Log:
Synch with trunk @ 24075.
Step 5
Various Makefile.in


Modified:
   branches/uClibc-nptl/libc/Makefile.in
   branches/uClibc-nptl/libc/inet/Makefile.in
   branches/uClibc-nptl/libc/inet/rpc/Makefile.in
   branches/uClibc-nptl/libc/misc/assert/Makefile.in
   branches/uClibc-nptl/libc/misc/ctype/Makefile.in
   branches/uClibc-nptl/libc/misc/dirent/Makefile.in
   branches/uClibc-nptl/libc/misc/error/Makefile.in
   branches/uClibc-nptl/libc/misc/file/Makefile.in
   branches/uClibc-nptl/libc/misc/fnmatch/Makefile.in
   branches/uClibc-nptl/libc/misc/ftw/Makefile.in
   branches/uClibc-nptl/libc/misc/glob/Makefile.in
   branches/uClibc-nptl/libc/misc/gnu/Makefile.in
   branches/uClibc-nptl/libc/misc/locale/Makefile.in
   branches/uClibc-nptl/libc/misc/mntent/Makefile.in
   branches/uClibc-nptl/libc/misc/pthread/Makefile.in
   branches/uClibc-nptl/libc/misc/regex/Makefile.in
   branches/uClibc-nptl/libc/misc/search/Makefile.in
   branches/uClibc-nptl/libc/misc/statfs/Makefile.in
   branches/uClibc-nptl/libc/misc/syslog/Makefile.in
   branches/uClibc-nptl/libc/misc/sysvipc/Makefile.in
   branches/uClibc-nptl/libc/misc/time/Makefile.in
   branches/uClibc-nptl/libc/misc/ttyent/Makefile.in
   branches/uClibc-nptl/libc/misc/utmp/Makefile.in
   branches/uClibc-nptl/libc/misc/wchar/Makefile.in
   branches/uClibc-nptl/libc/misc/wctype/Makefile.in
   branches/uClibc-nptl/libc/misc/wordexp/Makefile.in
   branches/uClibc-nptl/libc/pwd_grp/Makefile.in
   branches/uClibc-nptl/libc/signal/Makefile.in
   branches/uClibc-nptl/libc/stdio/Makefile.in
   branches/uClibc-nptl/libc/stdlib/Makefile.in
   branches/uClibc-nptl/libc/stdlib/malloc-simple/Makefile.in
   branches/uClibc-nptl/libc/stdlib/malloc-standard/Makefile.in
   branches/uClibc-nptl/libc/stdlib/malloc/Makefile.in


Changeset:
Modified: branches/uClibc-nptl/libc/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -56,7 +56,7 @@
 lib-so-y += $(libc.depend)
 objclean-y += libc_clean
 
-OUTPUT_FORMAT = $(CC) $(CFLAGS) -Wl,--verbose 2>&1 | sed -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/OUTPUT_FORMAT ( \1 )/p'
+OUTPUT_FORMAT = $(CC) $(CFLAGS) -Wl,--verbose 2>&1 | $(SED) -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/OUTPUT_FORMAT ( \1 )/p'
 
 ifeq ($(DOMULTI),n)
 $(libc.depend): $(libc_OUT)/libc_so.a $(LIBS-libc.so)
@@ -99,4 +99,4 @@
 	$(call link-flat.so,$(@:.gdb=),$(UCLIBC_SHARED_FLAT_ID))
 
 libc_clean:
-	$(RM) $(libc_OUT)/*.{o,os,oS,a}
+	$(do_rm) $(addprefix $(libc_OUT)/*., o os oS a)

Modified: branches/uClibc-nptl/libc/inet/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/inet/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/inet/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -11,41 +11,50 @@
 INET_OUT := $(top_builddir)libc/inet
 
 CSRC :=
+ifneq ($(UCLIBC_HAS_CRYPT_IMPL)$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
+# des uses ntohl
+CSRC += ntohl.c
+endif
 ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
 CSRC +=	getservice.c getproto.c hostid.c getnetent.c getnetbynm.c getnetbyad.c \
 	inet_net.c herror.c if_index.c gai_strerror.c getaddrinfo.c \
-	ether_addr.c ntohl.c ifaddrs.c ntop.c
+	ether_addr.c ifaddrs.c ntop.c
 endif
 ifeq ($(UCLIBC_HAS_IPV6),y)
 CSRC += in6_addr.c
 endif
 
 # multi source addr.c
-addr_CSRC :=	inet_aton.c inet_addr.c inet_ntoa.c inet_makeaddr.c \
+addr_CSRC := \
+	inet_aton.c inet_addr.c inet_ntoa.c inet_makeaddr.c \
 	inet_lnaof.c inet_netof.c
 ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
 CSRC += $(addr_CSRC)
 endif
 
 # multi source resolv.c
-resolv_CSRC +=	encodeh.c decodeh.c encoded.c decoded.c lengthd.c encodeq.c \
-	decodeq.c lengthq.c encodea.c decodea.c \
-	dnslookup.c resolveaddress.c opennameservers.c \
-	closenameservers.c resolvename.c gethostbyname.c res_init.c \
-	res_query.c gethostbyaddr.c read_etc_hosts_r.c get_hosts_byname_r.c \
-	get_hosts_byaddr_r.c gethostbyname2.c getnameinfo.c gethostent.c \
-	gethostbyname_r.c gethostbyname2_r.c gethostbyaddr_r.c \
-	res_comp.c ns_name.c ethers.c _res_state.c
+resolv_CSRC += \
+	encodeh.c decodeh.c encoded.c decoded.c lengthd.c \
+	encodeq.c decodeq.c lengthq.c encodea.c decodea.c \
+	dnslookup.c opennameservers.c closenameservers.c \
+	read_etc_hosts_r.c get_hosts_byaddr_r.c get_hosts_byname_r.c \
+	getnameinfo.c \
+	gethostbyaddr_r.c gethostbyname_r.c gethostbyname2_r.c gethostent_r.c \
+	gethostbyaddr.c gethostbyname.c gethostbyname2.c gethostent.c \
+	res_init.c res_query.c res_comp.c ns_name.c \
+	ethers.c
+#FIXME! ethers.c is a separate file, not a part of resolv.c - !?
 ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
 CSRC += $(resolv_CSRC)
 
-# unused ATM
-CSRC += encodep.c decodep.c formquery.c
+## # unused ATM
+## CSRC += encodep.c decodep.c formquery.c
 endif
 
 
 # multi source socketcalls.c
-socketcalls_CSRC +=	accept.c bind.c connect.c getpeername.c getsockname.c \
+socketcalls_CSRC += \
+	accept.c bind.c connect.c getpeername.c getsockname.c \
 	getsockopt.c listen.c recv.c recvfrom.c recvmsg.c send.c sendmsg.c \
 	sendto.c setsockopt.c shutdown.c socket.c socketpair.c
 ifeq ($(UCLIBC_HAS_SOCKET),y)
@@ -57,7 +66,7 @@
 
 libc-y += $(INET_OBJ)
 
-objclean-y += inet_objclean
+objclean-y += inet_clean
 
-inet_objclean:
-	$(RM) $(INET_OUT)/*.{o,os}
+inet_clean:
+	$(do_rm) $(addprefix $(INET_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/inet/rpc/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/inet/rpc/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/inet/rpc/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -39,7 +39,7 @@
 
 libc-$(UCLIBC_HAS_RPC)+=$(INET_RPC_OBJ)
 
-objclean-y+=inet_rpc_objclean
+objclean-y+=inet_rpc_clean
 
-inet_rpc_objclean:
-	$(RM) $(INET_RPC_OUT)/*.{o,os,oS}
+inet_rpc_clean:
+	$(do_rm) $(addprefix $(INET_RPC_OUT)/*., o os oS)

Modified: branches/uClibc-nptl/libc/misc/assert/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/assert/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/assert/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -15,7 +15,7 @@
 
 libc-y += $(MISC_ASSERT_OBJ)
 
-objclean-y += misc_assert_objclean
+objclean-y += misc_assert_clean
 
-misc_assert_objclean:
-	$(RM) $(MISC_ASSERT_OUT)/*.{o,os}
+misc_assert_clean:
+	$(do_rm) $(addprefix $(MISC_ASSERT_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/ctype/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/ctype/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/ctype/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -32,7 +32,7 @@
 
 libc-y += $(MISC_CTYPE_OBJ)
 
-objclean-y += misc_ctype_objclean
+objclean-y += misc_ctype_clean
 
-misc_ctype_objclean:
-	$(RM) $(MISC_CTYPE_OUT)/*.{o,os}
+misc_ctype_clean:
+	$(do_rm) $(addprefix $(MISC_CTYPE_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/dirent/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/dirent/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/dirent/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -20,7 +20,7 @@
 
 libc-y += $(MISC_DIRENT_OBJ)
 
-objclean-y += misc_dirent_objclean
+objclean-y += misc_dirent_clean
 
-misc_dirent_objclean:
-	$(RM) $(MISC_DIRENT_OUT)/*.{o,os}
+misc_dirent_clean:
+	$(do_rm) $(addprefix $(MISC_DIRENT_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/error/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/error/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/error/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -21,7 +21,7 @@
 
 libc-y += $(MISC_ERROR_OBJ)
 
-objclean-y += misc_error_objclean
+objclean-y += misc_error_clean
 
-misc_error_objclean:
-	$(RM) $(MISC_ERROR_OUT)/*.{o,os}
+misc_error_clean:
+	$(do_rm) $(addprefix $(MISC_ERROR_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/file/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/file/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/file/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -18,7 +18,7 @@
 
 libc-nomulti-$(UCLIBC_HAS_LFS) += $(MISC_FILE_OUT)/lockf64.o
 
-objclean-y += misc_file_objclean
+objclean-y += misc_file_clean
 
-misc_file_objclean:
-	$(RM) $(MISC_FILE_OUT)/*.{o,os,oS}
+misc_file_clean:
+	$(do_rm) $(addprefix $(MISC_FILE_OUT)/*., o os oS)

Modified: branches/uClibc-nptl/libc/misc/fnmatch/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/fnmatch/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/fnmatch/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -19,7 +19,7 @@
 
 libc-$(UCLIBC_HAS_FNMATCH) += $(MISC_FNMATCH_OBJ)
 
-objclean-y += misc_fnmatch_objclean
+objclean-y += misc_fnmatch_clean
 
-misc_fnmatch_objclean:
-	$(RM) $(MISC_FNMATCH_OUT)/*.{o,os}
+misc_fnmatch_clean:
+	$(do_rm) $(addprefix $(MISC_FNMATCH_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/ftw/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/ftw/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/ftw/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -18,7 +18,7 @@
 
 libc-$(UCLIBC_HAS_FTW) += $(MISC_FTW_OBJ)
 
-objclean-y += misc_ftw_objclean
+objclean-y += misc_ftw_clean
 
-misc_ftw_objclean:
-	$(RM) $(MISC_FTW_OUT)/*.{o,os}
+misc_ftw_clean:
+	$(do_rm) $(addprefix $(MISC_FTW_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/glob/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/glob/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/glob/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -25,7 +25,7 @@
 
 libc-$(UCLIBC_HAS_GLOB) += $(MISC_GLOB_OBJ)
 
-objclean-y += misc_glob_objclean
+objclean-y += misc_glob_clean
 
-misc_glob_objclean:
-	$(RM) $(MISC_GLOB_OUT)/*.{o,os}
+misc_glob_clean:
+	$(do_rm) $(addprefix $(MISC_GLOB_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/gnu/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/gnu/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/gnu/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -15,7 +15,7 @@
 
 libc-y += $(MISC_GNU_OBJ)
 
-objclean-y += misc_gnu_objclean
+objclean-y += misc_gnu_clean
 
-misc_gnu_objclean:
-	$(RM) $(MISC_GNU_OUT)/*.{o,os}
+misc_gnu_clean:
+	$(do_rm) $(addprefix $(MISC_GNU_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/locale/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/locale/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/locale/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -22,7 +22,7 @@
 
 libc-y += $(MISC_LOCALE_OBJ)
 
-objclean-y += misc_locale_objclean
+objclean-y += misc_locale_clean
 
-misc_locale_objclean:
-	$(RM) $(MISC_LOCALE_OUT)/*.{o,os}
+misc_locale_clean:
+	$(do_rm) $(addprefix $(MISC_LOCALE_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/mntent/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/mntent/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/mntent/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -15,7 +15,7 @@
 
 libc-y += $(MISC_MNTENT_OBJ)
 
-objclean-y += misc_mntent_objclean
+objclean-y += misc_mntent_clean
 
-misc_mntent_objclean:
-	$(RM) $(MISC_MNTENT_OUT)/*.{o,os}
+misc_mntent_clean:
+	$(do_rm) $(addprefix $(MISC_MNTENT_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/pthread/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/pthread/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/pthread/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -12,7 +12,7 @@
 libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/unlock.o
 libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o
 
-objclean-y += misc_pthread_objclean
+objclean-y += misc_pthread_clean
 
-misc_pthread_objclean:
-	$(RM) $(MISC_PTHREAD_OUT)/*.{o,os,oS}
+misc_pthread_clean:
+	$(do_rm) $(addprefix $(MISC_PTHREAD_OUT)/*., o os oS)

Modified: branches/uClibc-nptl/libc/misc/regex/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/regex/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/regex/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -19,7 +19,7 @@
 
 libc-$(UCLIBC_HAS_REGEX) += $(MISC_REGEX_OBJ)
 
-objclean-y += misc_regex_objclean
+objclean-y += misc_regex_clean
 
-misc_regex_objclean:
-	$(RM) $(MISC_REGEX_OUT)/*.{o,os}
+misc_regex_clean:
+	$(do_rm) $(addprefix $(MISC_REGEX_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/search/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/search/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/search/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -27,7 +27,7 @@
 
 libc-y += $(MISC_SEARCH_OBJ)
 
-objclean-y += misc_search_objclean
+objclean-y += misc_search_clean
 
-misc_search_objclean:
-	$(RM) $(MISC_SEARCH_OUT)/*.{o,os}
+misc_search_clean:
+	$(do_rm) $(addprefix $(MISC_SEARCH_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/statfs/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/statfs/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/statfs/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -23,7 +23,7 @@
 
 libc-nomulti-$(UCLIBC_HAS_LFS) += $(MISC_STATFS_OUT)/statvfs64.o $(MISC_STATFS_OUT)/fstatvfs64.o
 
-objclean-y += misc_statfs_objclean
+objclean-y += misc_statfs_clean
 
-misc_statfs_objclean:
-	$(RM) $(MISC_STATFS_OUT)/*.{o,os,oS}
+misc_statfs_clean:
+	$(do_rm) $(addprefix $(MISC_STATFS_OUT)/*., o os oS)

Modified: branches/uClibc-nptl/libc/misc/syslog/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/syslog/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/syslog/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -17,7 +17,7 @@
 libc-y += $(MISC_SYSLOG_OBJ)
 endif
 
-objclean-y += misc_syslog_objclean
+objclean-y += misc_syslog_clean
 
-misc_syslog_objclean:
-	$(RM) $(MISC_SYSLOG_OUT)/*.{o,os}
+misc_syslog_clean:
+	$(do_rm) $(addprefix $(MISC_SYSLOG_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/sysvipc/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/sysvipc/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/sysvipc/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -24,7 +24,7 @@
 
 libc-y += $(MISC_SYSVIPC_OBJ)
 
-objclean-y += misc_sysvipc_objclean
+objclean-y += misc_sysvipc_clean
 
-misc_sysvipc_objclean:
-	$(RM) $(MISC_SYSVIPC_OUT)/*.{o,os}
+misc_sysvipc_clean:
+	$(do_rm) $(addprefix $(MISC_SYSVIPC_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/time/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/time/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/time/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -35,7 +35,7 @@
 
 libc-y += $(MISC_TIME_OBJ)
 
-objclean-y += misc_time_objclean
+objclean-y += misc_time_clean
 
-misc_time_objclean:
-	$(RM) $(MISC_TIME_OUT)/*.{o,os}
+misc_time_clean:
+	$(do_rm) $(addprefix $(MISC_TIME_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/ttyent/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/ttyent/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/ttyent/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -15,7 +15,7 @@
 
 libc-y += $(MISC_TTYENT_OBJ)
 
-objclean-y += misc_ttyent_objclean
+objclean-y += misc_ttyent_clean
 
-misc_ttyent_objclean:
-	$(RM) $(MISC_TTYENT_OUT)/*.{o,os}
+misc_ttyent_clean:
+	$(do_rm) $(addprefix $(MISC_TTYENT_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/utmp/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/utmp/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/utmp/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -15,7 +15,7 @@
 
 libc-y += $(MISC_UTMP_OBJ)
 
-objclean-y += misc_utmp_objclean
+objclean-y += misc_utmp_clean
 
-misc_utmp_objclean:
-	$(RM) $(MISC_UTMP_OUT)/*.{o,os}
+misc_utmp_clean:
+	$(do_rm) $(addprefix $(MISC_UTMP_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/wchar/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/wchar/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/wchar/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -33,7 +33,7 @@
 
 libc-$(UCLIBC_HAS_WCHAR) += $(MISC_WCHAR_OBJ)
 
-objclean-y += misc_wchar_objclean
+objclean-y += misc_wchar_clean
 
-misc_wchar_objclean:
-	$(RM) $(MISC_WCHAR_OUT)/*.{o,os}
+misc_wchar_clean:
+	$(do_rm) $(addprefix $(MISC_WCHAR_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/wctype/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/wctype/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/wctype/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -28,7 +28,7 @@
 
 libc-y += $(MISC_WCTYPE_OBJ)
 
-objclean-y += misc_wctype_objclean
+objclean-y += misc_wctype_clean
 
-misc_wctype_objclean:
-	$(RM) $(MISC_WCTYPE_OUT)/*.{o,os}
+misc_wctype_clean:
+	$(do_rm) $(addprefix $(MISC_WCTYPE_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/misc/wordexp/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/misc/wordexp/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/misc/wordexp/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -15,7 +15,7 @@
 
 libc-$(UCLIBC_HAS_WORDEXP) += $(MISC_WORDEXP_OBJ)
 
-objclean-y += misc_wordexp_objclean
+objclean-y += misc_wordexp_clean
 
-misc_wordexp_objclean:
-	$(RM) $(MISC_WORDEXP_OUT)/*.{o,os}
+misc_wordexp_clean:
+	$(do_rm) $(addprefix $(MISC_WORDEXP_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/pwd_grp/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/pwd_grp/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/pwd_grp/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -25,7 +25,7 @@
 
 libc-y += $(PWDGRP_OBJ)
 
-objclean-y += pwdgrp_objclean
+objclean-y += pwdgrp_clean
 
-pwdgrp_objclean:
-	$(RM) $(PWDGRP_OUT)/*.{o,os}
+pwdgrp_clean:
+	$(do_rm) $(addprefix $(PWDGRP_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/signal/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/signal/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/signal/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -32,7 +32,7 @@
 
 libc-y += $(SIGNAL_OBJ)
 
-objclean-y += signal_objclean
+objclean-y += signal_clean
 
-signal_objclean:
-	$(RM) $(SIGNAL_OUT)/*.{o,os}
+signal_clean:
+	$(do_rm) $(addprefix $(SIGNAL_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/stdio/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/stdio/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/stdio/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,7 +1,7 @@
 # Makefile for uClibc
 #
 # Copyright (C) 2004 Manuel Novoa III <mjn3 at uclibc.org>
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -101,7 +101,7 @@
 libc-nomulti-y += $(STDIO_OUT)/vfwprintf.o $(STDIO_OUT)/vfwscanf.o
 endif
 
-objclean-y += stdio_objclean
+objclean-y += stdio_clean
 
-stdio_objclean:
-	$(RM) $(STDIO_OUT)/*.{o,os,oS}
+stdio_clean:
+	$(do_rm) $(addprefix $(STDIO_OUT)/*., o os oS)

Modified: branches/uClibc-nptl/libc/stdlib/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/stdlib/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/stdlib/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -95,7 +95,7 @@
 libc-nomulti-y += $(STDLIB_OUT)/labs.o $(STDLIB_OUT)/atol.o $(STDLIB_OUT)/_stdlib_strto_l.o $(STDLIB_OUT)/_stdlib_strto_ll.o
 libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STDLIB_OUT)/_stdlib_strto_l_l.o $(STDLIB_OUT)/_stdlib_strto_ll_l.o
 
-objclean-y += stdlib_objclean
+objclean-y += stdlib_clean
 
-stdlib_objclean:
-	$(RM) $(STDLIB_OUT)/*.{o,os,oS}
+stdlib_clean:
+	$(do_rm) $(addprefix $(STDLIB_OUT)/*., o os oS)

Modified: branches/uClibc-nptl/libc/stdlib/malloc/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/stdlib/malloc/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/stdlib/malloc/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2002-2003  NEC Electronics Corporation
 # Copyright (C) 2002-2003  Miles Bader <miles at gnu.org>
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -27,10 +27,10 @@
 
 libc-$(MALLOC) += $(STDLIB_MALLOC_OBJ)
 
-objclean-y += stdlib_malloc_objclean
+objclean-y += stdlib_malloc_clean
 
-stdlib_malloc_objclean:
-	$(RM) $(STDLIB_MALLOC_OUT)/*.{o,os}
+stdlib_malloc_clean:
+	$(do_rm) $(addprefix $(STDLIB_MALLOC_OUT)/*., o os)
 
 malloc.o free.o realloc.o memalign.o: malloc.h
 # Depend on uClinux_config.h to cache changes in __UCLIBC_MALLOC_DEBUGGING__

Modified: branches/uClibc-nptl/libc/stdlib/malloc-simple/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/stdlib/malloc-simple/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/stdlib/malloc-simple/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -16,7 +16,7 @@
 
 libc-$(MALLOC_SIMPLE) += $(STDLIB_MALLOC_SIMPLE_OBJ)
 
-objclean-y += stdlib_malloc_simple_objclean
+objclean-y += stdlib_malloc_simple_clean
 
-stdlib_malloc_simple_objclean:
-	$(RM) $(STDLIB_MALLOC_SIMPLE_OUT)/*.{o,os}
+stdlib_malloc_simple_clean:
+	$(do_rm) $(addprefix $(STDLIB_MALLOC_SIMPLE_OUT)/*., o os)

Modified: branches/uClibc-nptl/libc/stdlib/malloc-standard/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/stdlib/malloc-standard/Makefile.in	2008-11-17 17:56:41 UTC (rev 24077)
+++ branches/uClibc-nptl/libc/stdlib/malloc-standard/Makefile.in	2008-11-17 17:58:45 UTC (rev 24078)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -17,7 +17,7 @@
 
 libc-$(MALLOC_STANDARD) += $(STDLIB_MALLOC_STANDARD_OBJ)
 
-objclean-y += stdlib_malloc_standard_objclean
+objclean-y += stdlib_malloc_standard_clean
 
-stdlib_malloc_standard_objclean:
-	$(RM) $(STDLIB_MALLOC_STANDARD_OUT)/*.{o,os}
+stdlib_malloc_standard_clean:
+	$(do_rm) $(addprefix $(STDLIB_MALLOC_STANDARD_OUT)/*., o os)




More information about the uClibc-cvs mailing list