From 0929e196d2279df7685558c710359c61d5589199 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 22 Sep 2005 09:45:02 +0000 Subject: no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups --- libc/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index f66d28999..cfb4840b4 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -39,7 +39,7 @@ VERSION_SCRIPT:=${shell if [ -f sysdeps/linux/$(TARGET_ARCH)/libc.map ] ; then \ LIBNAME_TARGET:=$(TOPDIR)lib/$(LIBNAME) -all: halfclean $(LIBNAME_TARGET) $(DO_SHARED) +all: halfclean $(LIBNAME_TARGET) # Some functions are duplicated across subdirs, and when you pass $(AR) # the same object file more than once, it'll add it to the archive multiple @@ -83,7 +83,6 @@ shared: shared_$(LIBNAME) --whole-archive shared_$(LIBNAME) \ $(TOPDIR)libc/misc/internals/interp.o --no-whole-archive \ -init __uClibc_init $(TOPDIR)lib/$(UCLIBC_LDSO) $(LIBGCC) $(LDADD_LIBFLOAT) - @true #$(RM) -r tmp $(INSTALL) -d $(TOPDIR)lib $(RM) $(TOPDIR)lib/$(SHARED_FULLNAME) $(INSTALL) -m 644 $(SHARED_FULLNAME) $(TOPDIR)lib @@ -91,8 +90,7 @@ shared: shared_$(LIBNAME) $(LN) -sf $(SHARED_FULLNAME) $(TOPDIR)lib/$(SHARED_MAJORNAME) halfclean: - @$(RM) $(LIBNAME) shared_$(LIBNAME) uClibc_config.h - @$(RM) $(SHARED_FULLNAME) $(SHARED_MAJORNAME) uClibc-0.* libc.so* + $(RM) $(LIBNAME) shared_$(LIBNAME) $(SHARED_FULLNAME) tags: ctags -R -- cgit v1.2.3