projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a33327
)
phase1: fix GNU tar build target
author
Jo-Philipp Wich
<
[email protected]
>
Mon, 23 Jan 2017 14:15:09 +0000
(15:15 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
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 <
[email protected]
>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index fa671aa8a14c1b79b49d78ad8b14c79154ed7bcd..542c3c546f287d2e0898f89b1d779e8eda6049f1 100644
(file)
--- 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
))