From e1ae525bd8de2232d091aafb055b48d13a7c03a9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 25 Nov 2005 00:07:28 +0000 Subject: locales prepared for new build system, will allow to autobuild locales, not only use the pregenerated ones --- Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 329443794..dfc3bd3fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,7 +107,9 @@ ifeq ($(UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA),y) endif ifeq ($(UCLIBC_PREGENERATED_LOCALE_DATA),y) (cd $(top_builddir)extra/locale; zcat $(LOCALE_DATA_FILENAME) | tar -xvf -) - $(MAKE) -C $(top_srcdir)extra/locale pregen +endif +ifeq ($(UCLIBC_HAS_LOCALE),y) + $(MAKE) -C $(top_builddir)extra/locale locale_objs endif install: install_runtime install_dev @@ -335,8 +337,8 @@ clean: distclean: clean -find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \; $(RM) .config .config.old .config.cmd - $(RM) extra/locale/*.txt - $(MAKE) -C extra clean + $(RM) extra/locale/*.{txt,tgz} + $(MAKE) -C extra/config clean dist release: $(MAKE) -s distclean -- cgit v1.2.3