Skip to content
Snippets Groups Projects
Commit 8f71d07e authored by ethbaat's avatar ethbaat
Browse files

Forward LD & CXXFLAGS to hello/Makefile (req: Thomas Herrlin)


Signed-off-by: default avatarethbaat <jeno.balasko@ericsson.com>
parent 218203e6
No related branches found
No related tags found
1 merge request!34Forward LD & CXXFLAGS to hello/Makefile (req: Thomas Herrlin)
......@@ -37,6 +37,7 @@ else
cd $(DEMODIR) && $(BINDIR)/ttcn3_makefilegen $(MAKEFILEGENFLAGS) \
-o Makefile.tmp $(DEMOFILES) && \
sed -e 's/# TTCN3_DIR =/TTCN3_DIR =/' <Makefile.tmp >Makefile && \
$(RM) Makefile.tmp && $(MAKE) CXX='$(CXX)' && \
$(RM) Makefile.tmp && \
$(MAKE) CXX='$(CXX)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='$(LDFLAGS)' && \
(sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start MyExample MyExample.cfg
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment