Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
9024aa14
Commit
9024aa14
authored
Mar 14, 2017
by
yoogx
Browse files
* Do not clean before generating code for scenario
For issue
#18
parent
6b918336
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/Makefile.common
View file @
9024aa14
...
...
@@ -17,7 +17,7 @@ build-all:
$(MAKE)
scenario
;
\
else
\
echo
"No scenario files, nothing to be done"
;
\
fi
fi
check-all
:
if
test
!
"
$(SCENARIO_FILES)
"
=
""
;
then
\
...
...
@@ -26,7 +26,7 @@ check-all:
$(MAKE)
scenario-check
;
\
else
\
echo
"No scenario files, nothing to be done"
;
\
fi
fi
############################################################################
...
...
@@ -40,7 +40,6 @@ scenarios:
done
;
scenario
:
$(MAKE)
clean
@
echo
"********* SCENARIO_FILE =
$(SCENARIO_FILE)
*********"
;
ocarina
$(EXEEXT)
-b
-x
'
${
shell
$(CYGPATH_W)
$(SCENARIO_FILE)
}
'
;
...
...
@@ -94,4 +93,3 @@ debug-makefile:
@
echo
"SAMPLE_DIR =
$(SAMPLE_DIR)
"
@
echo
"SCENARIO_FILES =
$(SCENARIO_FILES)
"
@
echo
"SCENARIO_FILE =
$(SCENARIO_FILE)
"
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