Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Patch bootstrapping tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Nov 29, 2016
1 parent 561c2f9 commit f727803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/boot/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bootstrap-from-tarball: $(PATCHES)
tar xJf bootstrap-sources.tar.xz
# Patch _main.c to avoid a new tarball
$(PATCH_SOURCES)
# cd build && for x in ../patches/*.patch; do patch -i "$$x" "`basename $$x | $(SED) 's/\([.][0-9]*\)\?[.]patch/.c/'`" || exit 1; done
cd build && for x in ../patches/*.patch; do patch -i "$$x" "`basename $$x | $(SED) 's/\([.][0-9]*\)\?[.]patch/.c/'`" || exit 1; done
# We have not compiled OpenModelicaScriptingAPI.mo yet
touch build/OpenModelicaScriptingAPI.h
$(MAKE) -f $(defaultMakefileTarget) install INCLUDESOURCES=1 OMC=.omc BOOTSTRAP_STAGE_1=1 CPPFLAGS="$(CPPFLAGS) -DOMC_BOOTSTRAPPING_STAGE_1"
Expand Down
Binary file added Compiler/boot/patches/CevalScript.1.patch.xz
Binary file not shown.

0 comments on commit f727803

Please sign in to comment.