phase1: "Building and installing" for appropriate steps
authorThibaut VARÈNE <hacks@slashdirt.org>
Wed, 20 Jun 2018 17:03:01 +0000 (19:03 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:08:28 +0000 (22:08 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index f6027ff1e52ee13ff9d7ea365cfe6977cc0c18d7..47f66890b673b59390197cc7ee780001fdcad6a1 100644 (file)
@@ -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