summaryrefslogtreecommitdiffstats
path: root/extra/locale/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support selecting which locales to buildBernhard Reutner-Fischer2009-10-281-15/+17
| | | | | | | | | | Introduce UCLIBC_BUILD_MINIMAL_LOCALES and if selected build only those locales. Based on a patch by Bernhard Reutner-Fischer. Signed-off-by: Marc Andre Tanner <mat@brain-dump.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* use CURDIRBernhard Reutner-Fischer2009-08-251-4/+4
| | | | | | | use CURDIR instead of spawning a separate shell as suggested by Mike. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* use pwd, not PWDBernhard Reutner-Fischer2009-08-191-4/+5
| | | | | | PWD may point to somewhere else if we're run from another make Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-18/+41
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | equal to "include/bits/uClibc_ctype.h" __CTYPE_unclassified and other similar __CTYPE_xxxx constants are moved to separate include file, bits/uClibc_charclass.h Duplicate declaration of these constants is removed from libc/misc/wctype/_wctype.c Ugly re-inclusion trick in extra/locale/gen_wctype.c deleted Large ifdefed-out chunk in extra/locale/gen_wctype.c removed Move __CTYPE_isalnum() etc macros from uClibc_ctype.h to their single user, extra/locale/gen_wctype.c (can be simplified further) Overall, no code changes (verified with objdump)
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-111-1/+1
| | | | - update name of locale-tarball. We will retroactively fill them in, eventually
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+3
|
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-141-47/+71
| | | | The verbosity can be set to the previous level by passing V=2 to make.
* - mention a FIXME for some make guru :)Bernhard Reutner-Fischer2008-10-091-0/+4
|
* - sync comment to rule as pointed out by psm.Bernhard Reutner-Fischer2008-10-081-2/+2
|
* - fix building locale (pre- and generated, even parallel)Bernhard Reutner-Fischer2008-10-081-27/+36
|
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-3/+3
|
* - add missing dependency on lt_defines.hBernhard Reutner-Fischer2008-09-251-2/+3
| | | | - retry with some different locale if en_US happens not to be there
* - do not segfault if we end up with empty tablesBernhard Reutner-Fischer2008-09-241-0/+1
| | | | - silence some warnings while at it
* Remove extra file separatorCarmelo Amoroso2008-03-161-1/+1
|
* Fix build system to generate locale data instead of using pregenerated onesCarmelo Amoroso2007-11-091-1/+3
|
* psm says: use $(top_builddir) instead of $(top_srcdir) when accessing ↵Mike Frysinger2006-08-241-1/+3
| | | | generated header files
* fixes from psm so we can pull in uClibc headers properlyMike Frysinger2006-08-231-1/+1
|
* Remove explicit compile rulesPeter S. Mazinger2006-02-271-6/+0
|
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵Peter S. Mazinger2006-02-131-3/+4
| | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore
* Remove a loop if locales are to be builtPeter S. Mazinger2005-12-061-1/+2
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-6/+6
|
* Correct a dependency loopPeter S. Mazinger2005-11-251-1/+1
|
* Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger2005-11-251-3/+0
|
* Integrate locales into new build system, move everything locale related to ↵Peter S. Mazinger2005-11-251-27/+44
| | | | extra/locale, as download, unpack, locale_data.o
* forgot to commit added filePeter S. Mazinger2005-11-251-0/+165