Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
4494b521
Commit
4494b521
authored
Apr 19, 2016
by
Paul Sokolovsky
Browse files
py/mkrules.mk: Fix Bashism.
parent
21ab304c
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/mkrules.mk
View file @
4494b521
...
...
@@ -83,7 +83,7 @@ $(OBJ): | $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/mpversion.h
$(HEADER_BUILD)/qstr.i.last
:
$(SRC_QSTR) | $(HEADER_BUILD)/mpversion.h
$(ECHO)
"GEN
$@
"
$(Q)
if
[
"
$?
"
=
=
""
]
;
then
\
$(Q)
if
[
"
$?
"
=
""
]
;
then
\
echo
"QSTR Looks like -B used, trying to emulate"
;
\
$(CPP)
$(QSTR_GEN_EXTRA_CFLAGS)
$(CFLAGS)
$^
>
$(HEADER_BUILD)
/qstr.i.last
;
\
else
\
...
...
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