From patchwork Fri Dec 21 10:36:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,2/2] Makefile: use toolchain target in the world target Date: Fri, 21 Dec 2012 00:36:30 -0000 From: Fabio Porcedda X-Patchwork-Id: 207783 Message-Id: <1356086190-906-3-git-send-email-fabio.porcedda@gmail.com> To: buildroot@uclibc.org This is to remove redundancy and simplify the rule. Signed-off-by: Fabio Porcedda Reviewed-by: Markos Chandras Acked-by: Arnout Vandecappelle (Essensium/Mind) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 458b8c5..296917e 100644 --- a/Makefile +++ b/Makefile @@ -379,7 +379,7 @@ prepare: $(BUILD_DIR)/buildroot-config/auto.conf toolchain: prepare dirs dependencies $(BASE_TARGETS) -world: prepare dirs dependencies $(BASE_TARGETS) $(TARGETS_ALL) +world: toolchain $(TARGETS_ALL) .PHONY: all world toolchain dirs clean distclean source outputmakefile \ legal-info legal-info-prepare legal-info-clean \