Felix Fietkau
06e754b1f7
replace config.guess and config.sub properly, even if they are in a subdirectory
...
SVN-Revision: 12148
2008-08-05 18:02:54 +00:00
Felix Fietkau
a2c17f1bc5
export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default ( #3376 )
...
SVN-Revision: 12029
2008-07-31 01:33:01 +00:00
Felix Fietkau
713087f64c
add a configurable prefix for ./configure
...
SVN-Revision: 9938
2007-12-27 02:10:50 +00:00
Felix Fietkau
f0b363667b
add STAGING_DIR_HOST to PKG_CONFIG_PATH
...
SVN-Revision: 9850
2007-12-23 00:41:01 +00:00
John Crispin
7558f0281f
DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description is set
...
SVN-Revision: 9307
2007-10-14 04:49:05 +00:00
Felix Fietkau
d1933f9761
move a stampfile to make it easier to override the patch template
...
SVN-Revision: 9062
2007-09-29 03:39:57 +00:00
Nicolas Thill
c0033f360c
fix typo (thanks to jonasg[1] on irc)
...
SVN-Revision: 8618
2007-09-05 08:59:44 +00:00
Nicolas Thill
5b4bfbd6d4
move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove EXTRA_* flags but still use them in configure and make
...
SVN-Revision: 8592
2007-09-03 09:06:03 +00:00
Felix Fietkau
8e42553971
dynamically enable/disable kernel config options for kmod packages based on build system config
...
SVN-Revision: 8026
2007-07-18 11:31:01 +00:00
Imre Kaloz
6fb68cb589
use newer config.guess and config.sub for packages then the shipped ones
...
SVN-Revision: 7532
2007-06-08 10:37:20 +00:00
Felix Fietkau
cc690d782c
Add quilt integration for packages
...
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
2007-06-03 06:16:08 +00:00
Felix Fietkau
fe42382d1c
split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handling of subdirectories with configure
...
SVN-Revision: 6681
2007-03-24 21:12:26 +00:00
Felix Fietkau
ac75c5015f
fix CONFIGURE_PATH and add MAKE_PATH
...
SVN-Revision: 6680
2007-03-24 21:05:56 +00:00
Felix Fietkau
036a419fe1
use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the package build so that TARGET_*FLAGS changes also apply
...
SVN-Revision: 6678
2007-03-24 20:54:33 +00:00
Felix Fietkau
7b1a36cab4
split package.mk and clean up build system code (based on patch by mbm), makes the code more readable and speeds up metadata scan
...
SVN-Revision: 6571
2007-03-15 23:57:18 +00:00