mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* template/verconf.h.in: unexpand exec_prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									8416b57943
								
							
						
					
					
						commit
						de03518cc7
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,9 +49,13 @@
 | 
			
		|||
% R["rubysitearchprefix"] = '"RUBY_SITEARCH_PREFIX_FOR(arch)"'
 | 
			
		||||
% R["exec_prefix"] = '"RUBY_EXEC_PREFIX"'
 | 
			
		||||
% R["prefix"] = '"RUBY_EXEC_PREFIX"'
 | 
			
		||||
% exec_prefix_pat = /\A"#{Regexp.quote(RbConfig::CONFIG['exec_prefix'])}(?=\/|\z)/
 | 
			
		||||
% _erbout.gsub!(/^(#define\s+(\S+)\s+)(.*)/) {
 | 
			
		||||
%   pre, name, repl = $1, $2, $3
 | 
			
		||||
%   pat = %["#{name}"]
 | 
			
		||||
%   c = C.merge(R.reject {|key, value| key == name or value.include?(pat)})
 | 
			
		||||
%   pre + RbConfig.expand(repl, c).gsub(/^""(?!$)|(.)""$/, '\1')
 | 
			
		||||
%   RbConfig.expand(repl, c)
 | 
			
		||||
%   repl.gsub!(/^""(?!$)|(.)""$/, '\1')
 | 
			
		||||
%   repl.sub!(exec_prefix_pat, 'RUBY_EXEC_PREFIX"')
 | 
			
		||||
%   pre + repl
 | 
			
		||||
% }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue