buildrootschalter/package/python
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
..
Config.in buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
python-001-cross-compile.patch - fixup include- and libdirs. Closes #841 2007-01-22 18:48:48 +00:00
python-002-cross-compile.patch - fix breakage that got introduced by a malformed context diff. Sorry.. 2007-01-23 17:18:54 +00:00
python-010-disable_modules_and_ssl.patch - fix breakage that got introduced by a malformed context diff. Sorry.. 2007-01-23 17:18:54 +00:00
python-020-gentoo_py_dontcompile.patch - fixup include- and libdirs. Closes #841 2007-01-22 18:48:48 +00:00
python.mk python: fix hostpython target. 2008-06-16 11:15:51 +00:00