phase1: fix GNU tar build target
authorJo-Philipp Wich <jo@mein.io>
Mon, 23 Jan 2017 14:15:09 +0000 (15:15 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 23 Jan 2017 14:15:09 +0000 (15:15 +0100)
Recent buildroots do not have a dedicated tools/*/install target anymore.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg

index fa671aa8a14c1b79b49d78ad8b14c79154ed7bcd..542c3c546f287d2e0898f89b1d779e8eda6049f1 100644 (file)
@@ -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
        ))