Skip to content

Commit

Permalink
Update bootstrapping tarball
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 30, 2015
1 parent 9a9e8b9 commit e07a8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/boot/Makefile.common
Expand Up @@ -53,8 +53,8 @@ bootstrap-from-tarball:
bootstrap-from-compiled: make-separate

make-bootstrap-tarball:
#rm -rf $(GEN_DIR)
#$(MAKE) -f $(defaultMakefileTarget) generate-files-in-steps
rm -rf $(GEN_DIR)
$(MAKE) -f $(defaultMakefileTarget) generate-files-in-steps
rm -rf $(GEN_DIR)/*.mo $(GEN_DIR)/tmp $(GEN_DIR)/*.deps $(GEN_DIR)/*.mos $(GEN_DIR)/*.stamp
sed -i -e "s/^ *//" -e "/^[/][/]/d" -e "/^#line /d" -e "/^$$/d" $(GEN_DIR)/*.c $(GEN_DIR)/*.h
tar cJf bootstrap-sources.tar.xz $(GEN_DIR) Makefile.sources
Expand Down

0 comments on commit e07a8fd

Please sign in to comment.