mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	GNUmakefile.in: fix MSYS2_ARG_CONV_EXCL
* cygwin/GNUmakefile.in (MSYS2_ARG_CONV_EXCL_PARAM):
  * add missing parentheses and remove double quotes.
  * rename to get rid of recursive references.
  * as --excludes-dir option is for a path name, its argument
    should be converted.
  [ruby-dev:49526] [Bug #12199]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
			
			
This commit is contained in:
		
							parent
							
								
									ea6372de7f
								
							
						
					
					
						commit
						6c8efc0dc7
					
				
					 2 changed files with 13 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,12 @@
 | 
			
		|||
Wed Mar 23 11:38:47 2016  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* cygwin/GNUmakefile.in (MSYS2_ARG_CONV_EXCL_PARAM):
 | 
			
		||||
	  * add missing parentheses and remove double quotes.
 | 
			
		||||
	  * rename to get rid of recursive references.
 | 
			
		||||
	  * as --excludes-dir option is for a path name, its argument
 | 
			
		||||
	    should be converted.
 | 
			
		||||
	  [ruby-dev:49526] [Bug #12199]
 | 
			
		||||
 | 
			
		||||
Wed Mar 23 10:39:38 2016  Koichi ITO  <koic.ito@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* variable.c: Added documentation about order of `Module#constants`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -89,11 +89,11 @@ $(OBJS) $(MAINOBJ): win32.h
 | 
			
		|||
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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue