Michael Büsch
|
fde498904f
Add an option to default the default build rule to parallel build.
|
15 gadi atpakaļ |
Michael Büsch
|
f4daa84832
Also support parallel build for host-packages
|
15 gadi atpakaļ |
Travis Kemen
|
cf7199f48b
this patch fixes toolchain parallel build, which reduces build time.
|
16 gadi atpakaļ |
Lars-Peter Clausen
|
144fd07cd8
Prevent unnecessary host package rebuilds.
|
16 gadi atpakaļ |
Andy Boyett
|
1141aecd2a
use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
|
16 gadi atpakaļ |
Felix Fietkau
|
7de1e0f116
host build: do not hide the configure command
|
16 gadi atpakaļ |
Felix Fietkau
|
e3fc6c9b88
fix a typo that prevented host build specific variable exports from working
|
16 gadi atpakaļ |
Nicolas Thill
|
f0a3d4d501
add missing bits from [15451]
|
16 gadi atpakaļ |
Felix Fietkau
|
63129f9b4c
clean up automake/pkg-config handling, move separate host/package variable exports to templates, fix automake path for host builds
|
16 gadi atpakaļ |
Felix Fietkau
|
729e0fa4d1
move pkg config stuff to per-target exports to prevent interference with host builds
|
16 gadi atpakaļ |
Felix Fietkau
|
35073025b4
add a default template for Host/Install
|
17 gadi atpakaļ |
Felix Fietkau
|
0a81b47617
fix calling the update target for host-only builds
|
17 gadi atpakaļ |
Felix Fietkau
|
9b96b24e32
fix quilt variable and stampfile usage for host builds
|
17 gadi atpakaļ |
Felix Fietkau
|
7ec4ad271e
add PKG_HOST_ONLY variable to prevent target builds
|
17 gadi atpakaļ |
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
|
17 gadi atpakaļ |
Felix Fietkau
|
b29f9112df
make the compile: host-install dependency independent of the order in which the makefiles were included
|
17 gadi atpakaļ |
Felix Fietkau
|
252c2229f8
enable Host/Install on compile: if package.mk is included
|
17 gadi atpakaļ |
Andy Boyett
|
4911754522
readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699
|
17 gadi atpakaļ |
Felix Fietkau
|
333fc3f7e1
adjust host-build.mk to bring it closer to package.mk
|
17 gadi atpakaļ |
Felix Fietkau
|
aa0778f77e
allow concurrent use of host-build.mk and package.mk as well as their templates
|
17 gadi atpakaļ |
Felix Fietkau
|
bc6fcb0067
eliminate redundancy by creating the quilt_used stampfile in the right place
|
17 gadi atpakaļ |
Felix Fietkau
|
7eb1589875
build system refactoring in preparation for allowing packages to do host-build steps
|
17 gadi atpakaļ |
Nicolas Thill
|
6b392a4f9f
allow cvs/git/hg/svn wrap_mirror to work for host tools as well
|
17 gadi atpakaļ |
Felix Fietkau
|
e2f7a60283
fixes for refresh/update handling
|
18 gadi atpakaļ |
Felix Fietkau
|
d1933f9761
move a stampfile to make it easier to override the patch template
|
18 gadi atpakaļ |
Felix Fietkau
|
dbeb0fad24
Refactor downloading code into download.mk Support multiple file downloads Support svn downloads
|
18 gadi atpakaļ |
Felix Fietkau
|
e554dafa93
fix spontaneous rebuilds caused by make package/<name>/update with quilt
|
18 gadi atpakaļ |
Felix Fietkau
|
5f748a6c24
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time
|
18 gadi atpakaļ |
Felix Fietkau
|
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
|
18 gadi atpakaļ |
Felix Fietkau
|
23f0017829
fix a rebuild bug related to quilt
|
18 gadi atpakaļ |