Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a configurable prefix for ./configure | Felix Fietkau | 2007-12-27 | 1 | -8/+9 |
| | | | | SVN-Revision: 9938 | ||||
* | add STAGING_DIR_HOST to PKG_CONFIG_PATH | Felix Fietkau | 2007-12-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 9850 | ||||
* | DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no ↵ | John Crispin | 2007-10-14 | 1 | -1/+0 |
| | | | | | | description is set SVN-Revision: 9307 | ||||
* | move a stampfile to make it easier to override the patch template | Felix Fietkau | 2007-09-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 9062 | ||||
* | fix typo (thanks to jonasg[1] on irc) | Nicolas Thill | 2007-09-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 8618 | ||||
* | move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵ | Nicolas Thill | 2007-09-03 | 1 | -9/+4 |
| | | | | | | EXTRA_* flags but still use them in configure and make SVN-Revision: 8592 | ||||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 | 1 | -0/+1 |
| | | | | | | build system config SVN-Revision: 8026 | ||||
* | use newer config.guess and config.sub for packages then the shipped ones | Imre Kaloz | 2007-06-08 | 1 | -0/+1 |
| | | | | SVN-Revision: 7532 | ||||
* | Add quilt integration for packages | Felix Fietkau | 2007-06-03 | 1 | -3/+2 |
| | | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). SVN-Revision: 7471 | ||||
* | split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better ↵ | Felix Fietkau | 2007-03-24 | 1 | -3/+4 |
| | | | | | | handling of subdirectories with configure SVN-Revision: 6681 | ||||
* | fix CONFIGURE_PATH and add MAKE_PATH | Felix Fietkau | 2007-03-24 | 1 | -2/+4 |
| | | | | SVN-Revision: 6680 | ||||
* | use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the ↵ | Felix Fietkau | 2007-03-24 | 1 | -7/+7 |
| | | | | | | package build so that TARGET_*FLAGS changes also apply SVN-Revision: 6678 | ||||
* | split package.mk and clean up build system code (based on patch by mbm), ↵ | Felix Fietkau | 2007-03-15 | 1 | -0/+106 |
makes the code more readable and speeds up metadata scan SVN-Revision: 6571 |