[uClibc-cvs] uClibc/extra/locale Makefile,1.10,1.11

Manuel Novoa III mjn3 at uclibc.org
Fri Aug 1 20:35:16 UTC 2003


Update of /var/cvs/uClibc/extra/locale
In directory winder:/tmp/cvs-serv29109

Modified Files:
	Makefile 
Log Message:
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.




Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/extra/locale/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	1 Aug 2003 20:08:38 -0000	1.10
+++ Makefile	1 Aug 2003 20:35:12 -0000	1.11
@@ -128,3 +128,4 @@
 	rm -f gen_mmap locale.mmap lmmtolso
 	rm -f locale_data.c locale_data.o  uClibc_locale_data.h
 
+.PHONY: pregen




More information about the uClibc-cvs mailing list