From f61dd46025685ed8a94c673f246149d3c7e959b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Wed, 20 Jun 2018 19:03:01 +0200 Subject: [PATCH] phase1: "Building and installing" for appropriate steps MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut VARÈNE --- phase1/master.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index f6027ff..47f6689 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -631,7 +631,7 @@ for target in targets: # prepare tar factory.addStep(ShellCommand( name = "dltar", - description = "Building GNU tar", + description = "Building and installing GNU tar", command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/tar/compile", "V=s"], env = MakeEnv(), haltOnFailure = True @@ -656,7 +656,7 @@ for target in targets: # build factory.addStep(ShellCommand( name = "tools", - description = "Building tools", + description = "Building and installing tools", command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/install", "V=s"], env = MakeEnv(), haltOnFailure = True @@ -664,7 +664,7 @@ for target in targets: factory.addStep(ShellCommand( name = "toolchain", - description = "Building toolchain", + description = "Building and installing toolchain", command=["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "toolchain/install", "V=s"], env = MakeEnv(), haltOnFailure = True @@ -773,7 +773,7 @@ for target in targets: #factory.addStep(IfBuiltinShellCommand( factory.addStep(ShellCommand( name = "images", - description = "Building images", + description = "Building and installing images", command=["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "target/install", "V=s"], env = MakeEnv(), haltOnFailure = True -- 2.30.2