From 4c2b3361059690804a8e7b4f9f6d2209604c9ac7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 23 Jan 2017 15:15:09 +0100 Subject: [PATCH] phase1: fix GNU tar build target Recent buildroots do not have a dedicated tools/*/install target anymore. Signed-off-by: Jo-Philipp Wich --- phase1/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index fa671aa..542c3c5 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -539,7 +539,7 @@ for target in targets: factory.addStep(ShellCommand( name = "dltar", description = "Building GNU tar", - command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/tar/install", "V=s"], + command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/tar/compile", "V=s"], env = MakeEnv(), haltOnFailure = True )) -- 2.30.2