Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
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. | |||
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-02-04 | - minor tweak to naming of microperl module list in the config | Bernhard Reutner-Fischer | |
2007-01-29 | - it misses Carp/Heavy.pm but is unable to diagnose this fact and just ↵ | Bernhard Reutner-Fischer | |
throws "unknown error". Now automake at least fails with an explicit error.. | |||
2007-01-29 | - start populating perl stuff into the rootfs to make automake work | Bernhard Reutner-Fischer | |
2007-01-21 | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | |
2006-12-15 | - remove unused variable | Bernhard Reutner-Fischer | |
2006-12-15 | - add config option to specify modules to be copied to the target. | Bernhard Reutner-Fischer | |
2006-11-24 | - fix microperl uconfig and pass the target cflags in properly. | Bernhard Reutner-Fischer | |
2006-11-22 | - bump version | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2005-09-09 | ver bump to 5.8.7 | Mike Frysinger | |
2005-02-25 | Patch from ralphs adding microperl, per | Eric Andersen | |
http://bugs.uclibc.org/view.php?id=123 |