changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a sh-like shell also on Windows (MSYS, Cygwin).
This commit is contained in:
Родитель
4dd33ac575
Коммит
3c199daa95
|
@ -218,7 +218,7 @@ ifdef XDCOPT
|
||||||
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring linux,$(OSTYPE)),linux)
|
ifeq ($(findstring /sh,$(SHELL)),/sh)
|
||||||
DL = '
|
DL = '
|
||||||
DS = /
|
DS = /
|
||||||
PCT = %
|
PCT = %
|
||||||
|
|
|
@ -215,7 +215,7 @@ ifdef XDCOPT
|
||||||
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring linux,$(OSTYPE)),linux)
|
ifeq ($(findstring /sh,$(SHELL)),/sh)
|
||||||
DL = '
|
DL = '
|
||||||
DS = /
|
DS = /
|
||||||
PCT = %
|
PCT = %
|
||||||
|
|
Загрузка…
Ссылка в новой задаче