Commit b2df73e8 authored by Severin Haas's avatar Severin Haas

libero.exe (in Windows world) refuses to load a TCL script when it is called in…

libero.exe (in Windows world) refuses to load a TCL script when it is called in the way ../libero.exe SCRIPT: project.tcl; The problem is the whitespace there, so ../libero.exe SCRIPT:project.tcl works fine.
parent f5f92895
...@@ -154,7 +154,7 @@ endif""") ...@@ -154,7 +154,7 @@ endif""")
{0}: {1} {0}.tcl {0}: {1} {0}.tcl
\t\t$(SYN_PRE_{2}_CMD) \t\t$(SYN_PRE_{2}_CMD)
\t\t$(TCL_INTERPRETER) $@.tcl \t\t$(TCL_INTERPRETER)$@.tcl
\t\t$(SYN_POST_{2}_CMD) \t\t$(SYN_POST_{2}_CMD)
\t\t{4} $@ \t\t{4} $@
""".format(stage, stage_previous, stage.upper(), """.format(stage, stage_previous, stage.upper(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment