From f70602be19ff8042c369ea33b29f90b8c0f5d02e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 28 Sep 2005 12:34:41 +0000 Subject: Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a --- extra/Makefile | 2 -- extra/locale/Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/Makefile b/extra/Makefile index 9b46ada51..5fabeb9ed 100644 --- a/extra/Makefile +++ b/extra/Makefile @@ -33,7 +33,6 @@ tags: ctags -R clean: subdirs_clean - $(RM) *.[oa] *~ core subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS) $(EXTRA_DIRS_TO_CLEAN)) @@ -45,4 +44,3 @@ $(patsubst %, _dirclean_%, $(DIRS) $(EXTRA_DIRS_TO_CLEAN)) : dummy $(MAKE) -C $(patsubst _dirclean_%, %, $@) clean .PHONY: dummy - diff --git a/extra/locale/Makefile b/extra/locale/Makefile index 2d8a147e8..8fe252875 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -86,7 +86,7 @@ pregen: cat uClibc_locale_data.h | awk 'BEGIN{i=1}{ if ( /WANT_/ ) i = /endif/ ; else if (i) print $0 }' > ../../include/bits/uClibc_locale_data.h clean: - $(RM) *.[oa] *~ core + $(RM) *.o *~ core $(RM) gen_wc8bit gen_wctype gen_locale gen_ldc gen_collate $(RM) c8tables.h wctables.h locale_tables.h lt_defines.h locale_collate.h $(RM) gen_mmap locale.mmap lmmtolso -- cgit v1.2.3