summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 15:33:02 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 15:33:02 +0000
commit44d990198218146dd9a486e0055c7914f7407be9 (patch)
tree32d30e93465dc03d85e50b2a2e35c69e88f9e00c /Makefile.in
parent3c45ffd272420d301ae29120517a9b8d531a4928 (diff)
Integrate locales into new build system, move everything locale related to extra/locale, as download, unpack, locale_data.o
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in18
1 files changed, 1 insertions, 17 deletions
diff --git a/Makefile.in b/Makefile.in
index f8eaac343..046b88901 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ include $(top_srcdir)libresolv/Makefile.in
include $(top_srcdir)librt/Makefile.in
include $(top_srcdir)libutil/Makefile.in
include $(top_srcdir)libpthread/Makefile.in
+include $(top_srcdir)extra/locale/Makefile.in
# last included to catch all the objects added by others (locales/threads)
include $(top_srcdir)libc/Makefile.in
@@ -94,24 +95,7 @@ headers: include/bits/uClibc_config.h
mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \
fi
-# Command used to download source code
-WGET:=wget --passive-ftp
-
-LOCALE_DATA_FILENAME:=uClibc-locale-030818.tgz
-
pregen: headers
-ifeq ($(UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA),y)
- (cd $(top_builddir)extra/locale; \
- if [ ! -f $(LOCALE_DATA_FILENAME) ] ; then \
- $(WGET) http://www.uclibc.org/downloads/$(LOCALE_DATA_FILENAME) ; \
- fi )
-endif
-ifeq ($(UCLIBC_PREGENERATED_LOCALE_DATA),y)
- (cd $(top_builddir)extra/locale; zcat $(LOCALE_DATA_FILENAME) | tar -xvf -)
-endif
-ifeq ($(UCLIBC_HAS_LOCALE),y)
- $(MAKE) -C $(top_builddir)extra/locale locale_objs
-endif
install: install_runtime install_dev