Project

General

Profile

Bug #12199 » GNUmakefile.in.patch

moritat (Tsuyoshi Morita), 03/22/2016 03:53 PM

View differences:

cygwin/GNUmakefile.in (working copy)
dir.$(OBJEXT) win32/win32.$(OBJEXT): win32/dir.h
file.$(OBJEXT) win32/win32.$(OBJEXT): win32/file.h
MSYS2_ARG_CONV_EXCL=--exclude=;--excludes-dir=;--name=
MSYS2_ARG_CONV_EXCL_PARAM = --exclude=;--name=
yes-test-ruby: export MSYS2_ARG_CONV_EXCL="$MSYS2_ARG_CONV_EXCL"
yes-test-all: export MSYS2_ARG_CONV_EXCL="$MSYS2_ARG_CONV_EXCL"
yes-test-almost: export MSYS2_ARG_CONV_EXCL="$MSYS2_ARG_CONV_EXCL"
yes-test-ruby: export MSYS2_ARG_CONV_EXCL = $(MSYS2_ARG_CONV_EXCL_PARAM)
yes-test-all: export MSYS2_ARG_CONV_EXCL = $(MSYS2_ARG_CONV_EXCL_PARAM)
yes-test-almost: export MSYS2_ARG_CONV_EXCL = $(MSYS2_ARG_CONV_EXCL_PARAM)
endif
(1-1/2)