Skip to content

Commit

Permalink
Also install CPP runtime for bootstrapping target
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 19, 2013
1 parent cab3a84 commit 2ceed8e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,23 @@ endif

# configure --without-rml works using this target
bootstrap-from-tarball:
$(MAKE) omc-diff interactive docs fmi fmil opencl_rt
$(MAKE) -C Compiler/runtime install
$(MAKE) -C Compiler builtin install_scripts
$(MAKE) -C Parser install
$(MAKE) -C Compiler/modpar install
$(MAKE) bootstrap-dependencies
time $(MAKE) -C testsuite/openmodelica/bootstrapping -f LinkMain.makefile bootstrap-from-tarball
OPENMODELICAHOME=`pwd`/build time $(MAKE) bootstrap-from-compiled
$(MAKE) omlibrary

# configure --without-rml works using this target, but requires a compiled omc (either from bootstrap or regular one)
bootstrap-from-compiled:
test -f build/bin/omc
$(MAKE) omc-diff interactive docs fmi fmil opencl_rt
$(MAKE) bootstrap-dependencies
$(MAKE) -C testsuite/openmodelica/bootstrapping -f LinkMain.makefile bootstrap-from-compiled
$(MAKE) omlibrary

bootstrap-dependencies: omc-diff interactive docs fmi fmil opencl_rt runtimeCPPinstall
$(MAKE) -C Compiler/runtime install
$(MAKE) -C Compiler builtin install_scripts
$(MAKE) -C Parser install
$(MAKE) -C Compiler/modpar install
$(MAKE) -C testsuite/openmodelica/bootstrapping -f LinkMain.makefile bootstrap-from-compiled
$(MAKE) omlibrary

modelica3d:
ifeq (@MODELICA3D@,)
Expand Down

0 comments on commit 2ceed8e

Please sign in to comment.