Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | support selecting which locales to build | Bernhard Reutner-Fischer | |
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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-08-25 | use CURDIR | Bernhard Reutner-Fischer | |
use CURDIR instead of spawning a separate shell as suggested by Mike. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-19 | use pwd, not PWD | Bernhard Reutner-Fischer | |
PWD may point to somewhere else if we're run from another make Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer | |
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-12-22 | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko | |
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) | |||
2008-11-11 | - update recommendation for pregenerated locales. | Bernhard Reutner-Fischer | |
- update name of locale-tarball. We will retroactively fill them in, eventually | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-10-14 | - fix locale dependencies and make default locale generation less verbose. | Bernhard Reutner-Fischer | |
The verbosity can be set to the previous level by passing V=2 to make. | |||
2008-10-09 | - mention a FIXME for some make guru :) | Bernhard Reutner-Fischer | |
2008-10-08 | - sync comment to rule as pointed out by psm. | Bernhard Reutner-Fischer | |
2008-10-08 | - fix building locale (pre- and generated, even parallel) | Bernhard Reutner-Fischer | |
2008-10-08 | - add/use variables to make build-tools configurable | Bernhard Reutner-Fischer | |
2008-09-25 | - add missing dependency on lt_defines.h | Bernhard Reutner-Fischer | |
- retry with some different locale if en_US happens not to be there | |||
2008-09-24 | - do not segfault if we end up with empty tables | Bernhard Reutner-Fischer | |
- silence some warnings while at it | |||
2008-03-16 | Remove extra file separator | Carmelo Amoroso | |
2007-11-09 | Fix build system to generate locale data instead of using pregenerated ones | Carmelo Amoroso | |
2006-08-24 | psm says: use $(top_builddir) instead of $(top_srcdir) when accessing ↵ | Mike Frysinger | |
generated header files | |||
2006-08-23 | fixes from psm so we can pull in uClibc headers properly | Mike Frysinger | |
2006-02-27 | Remove explicit compile rules | Peter S. Mazinger | |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | |
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 | |||
2005-12-06 | Remove a loop if locales are to be built | Peter S. Mazinger | |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-25 | Correct a dependency loop | Peter S. Mazinger | |
2005-11-25 | Remove clean target in extra/locale and use locale_clean | Peter S. Mazinger | |
2005-11-25 | Integrate locales into new build system, move everything locale related to ↵ | Peter S. Mazinger | |
extra/locale, as download, unpack, locale_data.o | |||
2005-11-25 | forgot to commit added file | Peter S. Mazinger | |