[OpenWrt-Devel] [PATCH][RESEND] [tools] toolchain: ensure tools are built and staged before preparing toolchain

John Szakmeister john at szakmeister.net
Sat Dec 13 06:17:28 EST 2014


On Sat, Dec 13, 2014 at 6:08 AM, Felix Fietkau <nbd at openwrt.org> wrote:
[snip]
> How about this patch?
>
> diff --git a/toolchain/Makefile b/toolchain/Makefile
> index 36c6ed3..7f8d62f 100644
> --- a/toolchain/Makefile
> +++ b/toolchain/Makefile
> @@ -74,7 +74,7 @@ endif
>
>  # prerequisites for the individual targets
>  $(curdir)/ := .config prereq
> -$(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk
> +$(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk $(tools/stamp-install)
>  $(curdir)//compile = $(1)/prepare
>  $(curdir)//install = $(1)/compile

This works!  Thank you.

-John
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list