Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
346b3e7c
Commit
346b3e7c
authored
Mar 16, 2011
by
Attila Nagy
Browse files
Remove echoing in obj_int_extract rule
Change-Id: I9965170b40e2f32e9d84895c33a529b0d7dacdc1
parent
71bcd9f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/Makefile
View file @
346b3e7c
...
...
@@ -152,7 +152,7 @@ endif
# Rule to extract assembly constants from C sources
#
obj_int_extract
:
build/make/obj_int_extract.c
$(
if
$(quiet)
,echo
" [HOSTCC]
$@
"
)
$(
if
$(quiet)
,
@
echo
" [HOSTCC]
$@
"
)
$(qexec)$(HOSTCC)
-I
.
-I
$(SRC_PATH_BARE)
-o
$@
$<
CLEAN-OBJS
+=
obj_int_extract
...
...
Write
Preview
Supports
Markdown
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