Skip to content

Commit

Permalink
Fix the bootstrapping target
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 24, 2013
1 parent 6692972 commit 9dd327e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ bootstrap-from-tarball:
$(MAKE) -C Compiler/modpar install
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:
Expand All @@ -109,6 +110,7 @@ bootstrap-from-compiled:
$(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 9dd327e

Please sign in to comment.