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