Skip to content
Commit 071b1a7f authored by Vijayenthiran Subramaniam's avatar Vijayenthiran Subramaniam
Browse files

build-arm-tf.sh: print build and clean commands



Print required build and clean commands along with the time stamp. The
required commands are printed to the terminal using `set -x` which
enables a mode of the shell where all executed commands are printed to
the terminal with prefix `++`. Once the required commands are printed,
`set +x` is used to disable the prints. To avoiding printing `set +x`
itself, it is routed to /dev/null.

Signed-off-by: Vijayenthiran Subramaniam's avatarVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Change-Id: I9f10228a53036f92f960d6a26d45a091583c745d
parent 91a48ee9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment