summaryrefslogtreecommitdiffstats
path: root/package/microperl
Commit message (Collapse)AuthorAgeFilesLines
* 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/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-15/+15
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-4/+4
|
* - minor tweak to naming of microperl module list in the configBernhard Reutner-Fischer2007-02-041-1/+1
|
* - it misses Carp/Heavy.pm but is unable to diagnose this fact and just ↵Bernhard Reutner-Fischer2007-01-291-1/+1
| | | | | | throws "unknown error". Now automake at least fails with an explicit error..
* - start populating perl stuff into the rootfs to make automake workBernhard Reutner-Fischer2007-01-291-2/+20
|
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-211-1/+1
|
* - remove unused variableBernhard Reutner-Fischer2006-12-151-1/+0
|
* - add config option to specify modules to be copied to the target.Bernhard Reutner-Fischer2006-12-152-7/+32
|
* - fix microperl uconfig and pass the target cflags in properly.Bernhard Reutner-Fischer2006-11-241-5/+18
|
* - bump versionBernhard Reutner-Fischer2006-11-221-1/+1
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* ver bump to 5.8.7Mike Frysinger2005-09-091-1/+1
|
* Patch from ralphs adding microperl, perEric Andersen2005-02-252-0/+47
http://bugs.uclibc.org/view.php?id=123