Author: nbd Date: 2014-12-13 12:57:14 +0100 (Sat, 13 Dec 2014) New Revision: 43693
Modified: trunk/toolchain/Makefile Log: build: ensure tools are built before building the toolchain Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/Makefile =================================================================== --- trunk/toolchain/Makefile 2014-12-13 11:55:59 UTC (rev 43692) +++ trunk/toolchain/Makefile 2014-12-13 11:57:14 UTC (rev 43693) @@ -74,7 +74,7 @@ # 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
