mirror of https://github.com/hak5/openwrt-owl.git
optimize tools/ directory build order to improve parallel building performance
SVN-Revision: 15365owl
parent
13189afcc9
commit
52339a50fd
|
@ -9,11 +9,14 @@
|
||||||
curdir:=tools
|
curdir:=tools
|
||||||
|
|
||||||
# subdirectories to descend into
|
# subdirectories to descend into
|
||||||
tools-y := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config m4 autoconf automake bison quilt yaffs2
|
tools-y :=
|
||||||
|
tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr
|
||||||
|
tools-y += m4 autoconf automake bison pkg-config sed
|
||||||
|
tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage
|
||||||
|
tools-y += firmware-utils patch-cmdline quilt yaffs2
|
||||||
|
|
||||||
tools-$(CONFIG_CCACHE) += ccache
|
tools-$(CONFIG_CCACHE) += ccache
|
||||||
tools-$(CONFIG_powerpc) += dtc
|
tools-$(CONFIG_powerpc) += dtc
|
||||||
tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr
|
|
||||||
|
|
||||||
# builddir dependencies
|
# builddir dependencies
|
||||||
$(curdir)/squashfs/compile := $(curdir)/lzma/install
|
$(curdir)/squashfs/compile := $(curdir)/lzma/install
|
||||||
|
|
Loading…
Reference in New Issue