mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
revert 19600 until I can figure out how to correct keep it silent on non-msys systems
svn path=/trunk/; revision=19601
This commit is contained in:
parent
aa29e498d5
commit
dada3199ff
1 changed files with 2 additions and 3 deletions
|
@ -115,8 +115,7 @@ all: makefile.auto
|
|||
|
||||
ifeq ($(HOST),)
|
||||
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
||||
ifeq ($(findstring msys,$(-shell sh --version)),msys)
|
||||
export OSTYPE = msys
|
||||
ifeq ($(OSTYPE),msys)
|
||||
HOST=mingw32-linux
|
||||
else
|
||||
HOST=mingw32-windows
|
||||
|
@ -215,7 +214,7 @@ ifeq ($(HOST),mingw32-linux)
|
|||
export EXEPREFIX = ./
|
||||
ifeq ($(OSTYPE),msys)
|
||||
export EXEPOSTFIX = .exe
|
||||
else
|
||||
else
|
||||
export EXEPOSTFIX =
|
||||
endif
|
||||
export SEP = /
|
||||
|
|
Loading…
Reference in a new issue