From 7c574d35f195d268bc651a38652503df92fd1263 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Mar 2002 09:46:23 +0000 Subject: Always build the utils. Always clean libc/misc, since there is some auto generated stuff in there -Erik --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc86292af..318adeba5 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ include Rules.mak DIRS = extra ldso libc libcrypt libresolv libutil libm libpthread -all: headers uClibc_config subdirs shared finished +all: headers uClibc_config subdirs shared util finished Config: @echo @@ -58,6 +58,11 @@ else @echo endif +util: +ifeq ($(strip $(HAVE_SHARED)),true) + @$(MAKE) -C ldso utils +endif + finished: shared @echo @echo Finally finished compiling... @@ -328,6 +333,7 @@ distclean clean: - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \; $(MAKE) -C test clean $(MAKE) -C ldso clean + $(MAKE) -C libc/misc clean $(MAKE) -C libc/unistd clean $(MAKE) -C libc/sysdeps/linux/common clean $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean -- cgit v1.2.3