Michael Büsch
050902efd7
deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test.
...
SVN-Revision: 23825
14 years ago
Michael Büsch
dc7a68165d
Fix typo
...
SVN-Revision: 23482
14 years ago
Michael Büsch
d4807cf557
Support force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARALLEL:=0
...
SVN-Revision: 23480
14 years ago
Michael Büsch
fde498904f
Add an option to default the default build rule to parallel build.
...
SVN-Revision: 22737
14 years ago
Michael Büsch
f4daa84832
Also support parallel build for host-packages
...
SVN-Revision: 22698
14 years ago
Travis Kemen
cf7199f48b
this patch fixes toolchain parallel build, which reduces build time.
...
In order to enable parallel build, change line 21 of
include/host-build.mk from:
override MAKEFLAGS=
to:
override MAKEFLAGS=$(MAKE_JOBS)
-Raphael
SVN-Revision: 19995
15 years ago
Lars-Peter Clausen
144fd07cd8
Prevent unnecessary host package rebuilds.
...
Sometimes `make install` touches a file inside the build directory, so it is
betterr to create the build stamp after calling `make install` otherwise the
package is going to be rebuild even though nothing really changed.
SVN-Revision: 19021
15 years ago
Andy Boyett
1141aecd2a
use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
...
SVN-Revision: 18232
15 years ago
Felix Fietkau
7de1e0f116
host build: do not hide the configure command
...
SVN-Revision: 17716
15 years ago
Felix Fietkau
e3fc6c9b88
fix a typo that prevented host build specific variable exports from working
...
SVN-Revision: 15512
16 years ago
Nicolas Thill
f0a3d4d501
add missing bits from [15451]
...
SVN-Revision: 15453
16 years ago
Felix Fietkau
63129f9b4c
clean up automake/pkg-config handling, move separate host/package variable exports to templates, fix automake path for host builds
...
SVN-Revision: 15339
16 years ago
Felix Fietkau
729e0fa4d1
move pkg config stuff to per-target exports to prevent interference with host builds
...
SVN-Revision: 15299
16 years ago
Felix Fietkau
35073025b4
add a default template for Host/Install
...
SVN-Revision: 15110
16 years ago
Felix Fietkau
0a81b47617
fix calling the update target for host-only builds
...
SVN-Revision: 14997
16 years ago
Felix Fietkau
9b96b24e32
fix quilt variable and stampfile usage for host builds
...
SVN-Revision: 14910
16 years ago
Felix Fietkau
7ec4ad271e
add PKG_HOST_ONLY variable to prevent target builds
...
SVN-Revision: 14906
16 years ago
Felix Fietkau
ddcfaeb1e5
move host build in packages into a separate namespace: package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants
...
SVN-Revision: 14905
16 years ago
Felix Fietkau
b29f9112df
make the compile: host-install dependency independent of the order in which the makefiles were included
...
SVN-Revision: 14853
16 years ago
Felix Fietkau
252c2229f8
enable Host/Install on compile: if package.mk is included
...
SVN-Revision: 14852
16 years ago
Andy Boyett
4911754522
readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699
...
SVN-Revision: 14724
16 years ago
Felix Fietkau
333fc3f7e1
adjust host-build.mk to bring it closer to package.mk
...
SVN-Revision: 14699
16 years ago
Felix Fietkau
aa0778f77e
allow concurrent use of host-build.mk and package.mk as well as their templates
...
SVN-Revision: 14621
16 years ago
Felix Fietkau
bc6fcb0067
eliminate redundancy by creating the quilt_used stampfile in the right place
...
SVN-Revision: 14620
16 years ago
Felix Fietkau
7eb1589875
build system refactoring in preparation for allowing packages to do host-build steps
...
SVN-Revision: 14610
16 years ago
Nicolas Thill
6b392a4f9f
allow cvs/git/hg/svn wrap_mirror to work for host tools as well
...
SVN-Revision: 13313
16 years ago
Felix Fietkau
e2f7a60283
fixes for refresh/update handling
...
SVN-Revision: 9063
17 years ago
Felix Fietkau
d1933f9761
move a stampfile to make it easier to override the patch template
...
SVN-Revision: 9062
17 years ago
Felix Fietkau
dbeb0fad24
Refactor downloading code into download.mk Support multiple file downloads Support svn downloads
...
SVN-Revision: 9057
17 years ago
Felix Fietkau
e554dafa93
fix spontaneous rebuilds caused by make package/<name>/update with quilt
...
SVN-Revision: 8879
17 years ago
Felix Fietkau
5f748a6c24
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time
...
SVN-Revision: 8558
17 years ago
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
18 years ago
Felix Fietkau
23f0017829
fix a rebuild bug related to quilt
...
SVN-Revision: 8255
18 years ago
Felix Fietkau
7b6d8470c6
same for host builds
...
SVN-Revision: 8246
18 years ago
Felix Fietkau
d7f2cb1642
next round of cleanup, convert target/ - make -j works now ;)
...
SVN-Revision: 8242
18 years ago
Imre Kaloz
6fb68cb589
use newer config.guess and config.sub for packages then the shipped ones
...
SVN-Revision: 7532
18 years ago
Felix Fietkau
5e406f0a28
enable quilt for host builds and add some additional checks
...
SVN-Revision: 7473
18 years ago
Felix Fietkau
56cdcf23a3
fix recursive dependencies on build directories - should lead to fewer spontaneous rebuilds
...
SVN-Revision: 7151
18 years ago
Felix Fietkau
d96d98a88d
Small bugfix for dependency handling - mostly for base-files and symlinks
...
SVN-Revision: 7058
18 years ago
Felix Fietkau
29e42ab21d
hide some junk in non-verbose mode
...
SVN-Revision: 6979
18 years ago
Felix Fietkau
449a4f4079
clean up dependency handling for autorebuilds
...
SVN-Revision: 6956
18 years ago
Felix Fietkau
5723a1798c
fix stampfiles for host-builds
...
SVN-Revision: 6367
18 years ago
Felix Fietkau
b04f09245d
add auto-rebuild for host builds (tested with tools/ and toolchain/)
...
SVN-Revision: 6361
18 years ago
Felix Fietkau
794114c706
fix mistakes in unpack change
...
SVN-Revision: 5077
18 years ago
Felix Fietkau
0d9ddef0e8
move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for systems that use gzcat instead
...
SVN-Revision: 5070
18 years ago