summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/050-make.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-24 02:48:22 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-24 02:48:22 (GMT)
commita5c48a5d0a6c46f139bc531f68e4fe430b2cd07f (patch)
tree911563c0e683406addf91fade49a4d7ba4a67722 /scripts/build/companion_tools/050-make.sh
parent65e037b654eb1dc1cbef649269969a3cf9aa4adc (diff)
Fix loglevel for steps in companion tools
(was EXTRA, should be INFO to be consistent with the rest). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/companion_tools/050-make.sh')
-rw-r--r--scripts/build/companion_tools/050-make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_tools/050-make.sh b/scripts/build/companion_tools/050-make.sh
index d8f6b66..60cfa04 100644
--- a/scripts/build/companion_tools/050-make.sh
+++ b/scripts/build/companion_tools/050-make.sh
@@ -12,7 +12,7 @@ do_companion_tools_make_extract() {
}
do_companion_tools_make_for_build() {
- CT_DoStep EXTRA "Installing make for build"
+ CT_DoStep INFO "Installing make for build"
CT_mkdir_pushd "${CT_BUILD_DIR}/build-make-build"
do_make_backend \
host=${CT_BUILD} \
@@ -27,7 +27,7 @@ do_companion_tools_make_for_build() {
}
do_companion_tools_make_for_host() {
- CT_DoStep EXTRA "Installing make for host"
+ CT_DoStep INFO "Installing make for host"
CT_mkdir_pushd "${CT_BUILD_DIR}/build-make-host"
do_make_backend \
host=${CT_HOST} \