Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-16 | python: fix hostpython target. | Peter Korsgaard | |
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell Patch by Conrad Parker. | |||
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2008-02-06 | Added configuration item to control whether development headers and ↵ | Hamish Moffatt | |
libraries are installed on the target Removed some additional files if optional modules are disabled | |||
2008-01-17 | enhancements for the python package, patch by Hamish Moffatt | Ivan Kuten | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-26 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-01-23 | - fix breakage that got introduced by a malformed context diff. Sorry.. | Bernhard Reutner-Fischer | |
2007-01-22 | - fixup include- and libdirs. Closes #841 | Bernhard Reutner-Fischer | |
- rediff patches against 2.4.2 | |||
2007-01-21 | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2005-11-10 | ver bump | Mike Frysinger | |
2005-08-13 | update to python-2.4.1 with the help of open embedded | Mike Frysinger | |
2005-08-03 | dont use xargs | Mike Frysinger | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-10-14 | help text | Mike Frysinger | |
2004-10-12 | more updates for python | Mike Frysinger | |
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | prune a few more files | Mike Frysinger | |
2004-10-09 | use $(TAR_VERBOSITY) | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |
2004-10-09 | facelift step number two | Eric Andersen | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. |