From: Manuel Novoa III Date: Fri, 1 Aug 2003 20:35:12 +0000 (-0000) Subject: Fix a silly error. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0af3a0f0b6bd4e75099bbb8639c9ce5704adc3a4;p=uclinux-h8%2Fuclibc-ng.git Fix a silly error. To use the pregenerated locales, untar in the extra/locale directory. Do a 'make config' or 'make menuconfig' in the uClibc root dir, then a 'make headers' followed by 'make -C extra/locale pregen'. Then continue with 'make' as usual. --- diff --git a/extra/locale/Makefile b/extra/locale/Makefile index 41438dadc..51fcde85b 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -128,3 +128,4 @@ clean: rm -f gen_mmap locale.mmap lmmtolso rm -f locale_data.c locale_data.o uClibc_locale_data.h +.PHONY: pregen