Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Firmware-Developer
Firmware
Commits
60b6111c
Commit
60b6111c
authored
May 01, 2021
by
Stephan
Browse files
build.sh: disable progressbar when not building images
parent
e6187e0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
60b6111c
...
...
@@ -154,11 +154,6 @@ show_progress()
tput cup
$((
$row
-
3
))
0
}
if
[
"
$_TERM
"
=
"1"
]
;
then
trap
clean_up SIGINT SIGTERM
trap
show_progress WINCH
fi
############# build.sh functions ####################
...
...
@@ -463,6 +458,11 @@ fi
echo
"### target-regex:[
$regex
] MENUCONFIG=
$MENUCONFIG
CLEAN=
$MAKE_CLEAN
REBUILD_ON_FAILURE=
$REBUILD_ON_FAILURE
"
if
[
"
$_TERM
"
=
"1"
]
;
then
trap
clean_up SIGINT SIGTERM
trap
show_progress WINCH
fi
setup_buildroot
()
{
buildroot
=
$1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment