Commit Graph

17 Commits

Author SHA1 Message Date
Peter Korsgaard
4a7bfd2775 package/: convert to DOWNLOAD helper 2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425 package/: get rid of unneeded $(strip ..) 2008-12-08 08:15:27 +00:00
Peter Korsgaard
02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Bernhard Reutner-Fischer
956d3eb78b - semicolon touchup. No other changes 2007-08-22 09:56:41 +00:00
Ulf Samuelsson
e1621a4a2a Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
842686b9fb - minor tweak to naming of microperl module list in the config 2007-02-04 19:20:45 +00:00
Bernhard Reutner-Fischer
46369b2995 - it misses Carp/Heavy.pm but is unable to diagnose this fact and just throws "unknown error".
Now automake at least fails with an explicit error..
2007-01-29 20:15:24 +00:00
Bernhard Reutner-Fischer
6f07d3907e - start populating perl stuff into the rootfs to make automake work 2007-01-29 20:06:00 +00:00
Bernhard Reutner-Fischer
b17c61938e - remove some hardcoded occurances of "make" and use the proper variable instead 2007-01-21 21:32:49 +00:00
Bernhard Reutner-Fischer
c854c67059 - remove unused variable 2006-12-15 13:36:48 +00:00
Bernhard Reutner-Fischer
8d2a2206ed - add config option to specify modules to be copied to the target. 2006-12-15 13:34:29 +00:00
Bernhard Reutner-Fischer
35561e74c5 - fix microperl uconfig and pass the target cflags in properly. 2006-11-24 09:49:16 +00:00
Bernhard Reutner-Fischer
8cb09f11ee - bump version 2006-11-22 15:22:57 +00:00
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Mike Frysinger
c7a147d643 ver bump to 5.8.7 2005-09-09 04:51:38 +00:00
Eric Andersen
ac39d3b13f Patch from ralphs adding microperl, per
http://bugs.uclibc.org/view.php?id=123
2005-02-25 02:27:54 +00:00