projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3e935
)
fiptool: Suppress verbose messages during normal build
author
dp-arm
<dimitris.papastamos@arm.com>
Wed, 10 Aug 2016 12:39:42 +0000
(13:39 +0100)
committer
dp-arm
<dimitris.papastamos@arm.com>
Mon, 15 Aug 2016 09:21:34 +0000
(10:21 +0100)
The output is shown only when built with V=1.
Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61
tools/fiptool/Makefile
patch
|
blob
|
history
diff --git
a/tools/fiptool/Makefile
b/tools/fiptool/Makefile
index ec9dd99367498d33891c114bb70f96e23e8690d0..3bc372a281b47289dbaea89ff9768ca01ef4270c 100644
(file)
--- a/
tools/fiptool/Makefile
+++ b/
tools/fiptool/Makefile
@@
-68,8
+68,8
@@
${PROJECT}: ${OBJECTS} Makefile
@${ECHO_BLANK_LINE}
fip_create: fip_create.sh
- mkdir -p ../fip_create
- install -m 755 fip_create.sh ../fip_create/fip_create
+
${Q}
mkdir -p ../fip_create
+
${Q}
install -m 755 fip_create.sh ../fip_create/fip_create
%.o: %.c %.h ${COPIED_H_FILES} Makefile
@echo " CC $<"