Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
43b15716
Commit
43b15716
authored
Jul 11, 2017
by
Thanassis Tsiodras
Browse files
Mystery failure of POHI Makefiles when using echo under dash - Merci, Jerome!
parent
d853edcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
43b15716
...
...
@@ -1929,11 +1929,11 @@ def ParsePartitionInformation():
f
.
write
(
'include GlueAndBuild/deploymentview_final/'
+
partitionName
+
'/Makefile
\n
'
)
f
.
write
(
'
\n
'
)
f
.
write
(
'printCC:
\n
'
)
f
.
write
(
'
\t
@
ech
o $(CC)
\n\n
'
)
f
.
write
(
'
\t
@
$(inf
o $(CC)
)
\n\n
'
)
f
.
write
(
'printCflags:
\n
'
)
f
.
write
(
'
\t
@
ech
o $(CFLAGS)
\n\n
'
)
f
.
write
(
'
\t
@
$(inf
o $(CFLAGS)
)
\n\n
'
)
f
.
write
(
'printLdflags:
\n
'
)
f
.
write
(
'
\t
@
ech
o $(LDFLAGS)
\n\n
'
)
f
.
write
(
'
\t
@
$(inf
o $(LDFLAGS)
)
\n\n
'
)
f
.
close
()
try
:
cc
=
getSingleLineFromCmdOutput
(
"make -s -f "
+
makefilename
+
" printCC 2>&1"
).
split
()[
0
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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