summaryrefslogtreecommitdiffstats
path: root/package/make/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Update packages to BR2_NEEDS_GETTEXT_IF_LOCALEThomas Petazzoni2010-05-241-2/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Make all package using gettext rely on BR2_NEEDS_GETTEXTThomas Petazzoni2010-05-201-2/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* make: select gettext and libintl if locale is enabledHans-Christian Egtvedt2008-11-051-0/+2
| | | | | | | | | This patch makes sure gettext and libintl are selected if locale support is enabled. Gettext must also be compiled before make so appropriate headers are available to make. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+4
|
* final step in buildroot faceliftEric Andersen2004-10-091-0/+8