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

Commit

Permalink
use the default makefile name in windows
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #2150
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Feb 1, 2018
1 parent 02a553b commit d8c8c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/boot/Makefile.common
Expand Up @@ -25,7 +25,7 @@ generate-files-in-steps:
$(MAKE) -f $(defaultMakefileTarget) Makefile.depends INCLUDESOURCES=1
$(MAKE) -f $(defaultMakefileTarget) generate-files INCLUDESOURCES=1 INCLUDEDEPENDS=1

.PHONY: interfaces generate-files runtime-depends parser compilerruntime patches
.PHONY: interfaces generate-files runtime-depends parser compilerruntime patch-files

GEN_DIR=build/

Expand Down Expand Up @@ -55,13 +55,13 @@ endif
%.patch: %.patch.xz
xz --keep --decompress --force $<

patches: $(PATCHES)
patch-files: $(PATCHES)

bootstrap-from-tarball:
$(MAKE) -f $(defaultMakefileTarget) clean OMC=.omc
tar xJf bootstrap-sources.tar.xz
# Patch _main.c to avoid a new tarball
$(MAKE) patches
$(MAKE) -f $(defaultMakefileTarget) patch-files
$(PATCH_SOURCES)
cd build && for x in ../patches/*.patch; do patch -i "$$x" "`basename $$x | $(SED) 's/\([.][0-9]*\)\?[.]patch//'`" || exit 1; done
# We have not compiled OpenModelicaScriptingAPI.mo yet
Expand Down

0 comments on commit d8c8c30

Please sign in to comment.