From: Felix Fietkau Date: Fri, 24 Apr 2009 01:18:49 +0000 (+0000) Subject: optimize tools/ directory build order to improve parallel building performance X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b40b5ca2a646ffb5995e80cf361fd0363dfeb26b optimize tools/ directory build order to improve parallel building performance SVN-Revision: 15365 --- diff --git a/tools/Makefile b/tools/Makefile index 72a25b5b0c..54520bc75c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,11 +9,14 @@ curdir:=tools # 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_powerpc) += dtc -tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install