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

Commit 05c8b02

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Unroll the patch commands
Belonging to [master]: - #2914
1 parent bbc721e commit 05c8b02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Compiler/boot/Makefile.common

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ bootstrap-from-tarball:
5252
# Patch _main.c to avoid a new tarball
5353
$(MAKE) -f $(defaultMakefileTarget) patch-files
5454
$(PATCH_SOURCES)
55-
cd build && for x in ../patches/*.patch; do patch -i "$$x" "`basename $$x | sed 's/\([.][0-9]*\)\?[.]patch//'`" || exit 1; done
55+
cd build && patch -i ../patches/CevalScript.c.1.patch CevalScript.c
56+
cd build && patch -i ../patches/System_includes.h.patch System_includes.h
5657
# We have not compiled OpenModelicaScriptingAPI.mo yet
5758
touch build/OpenModelicaScriptingAPI.h
5859
$(MAKE) -f $(defaultMakefileTarget) install INCLUDESOURCES=1 OMC=.omc BOOTSTRAP_STAGE_1=1 CPPFLAGS="$(CPPFLAGS) -DOMC_BOOTSTRAPPING_STAGE_1"

0 commit comments

Comments
 (0)