Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-05 | make: select gettext and libintl if locale is enabled | Hans-Christian Egtvedt | |
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> | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2004-12-26 | more help updates from Tom Cameron | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |