mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* win32/Makefile.sub (MAKEDIRS): define.
* common.mk (capi): using $(MAKEDIRS), so depends on $(PREP). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									4f867dddc4
								
							
						
					
					
						commit
						012a13180a
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -146,7 +146,7 @@ miniruby$(EXEEXT): config.status $(NORMALMAINOBJ) $(MINIOBJS) $(COMMONOBJS) $(DM
 | 
			
		|||
GORUBY = go$(RUBY_INSTALL_NAME)
 | 
			
		||||
golf: $(LIBRUBY) $(GOLFOBJS) PHONY
 | 
			
		||||
	$(MAKE) $(MFLAGS) MAINOBJ="$(GOLFOBJS)" PROGRAM=$(GORUBY)$(EXEEXT) program
 | 
			
		||||
capi: Doxyfile PHONY
 | 
			
		||||
capi: Doxyfile PHONY $(PREP)
 | 
			
		||||
	@$(MAKEDIRS) doc/capi
 | 
			
		||||
	@$(DOXYGEN)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -237,6 +237,7 @@ RUNRUBY = $(RUNRUBY) "$(srcdir)/tool/runruby.rb" --extout="$(EXTOUT)" $(RUNRUBYO
 | 
			
		|||
!ifndef RUBY
 | 
			
		||||
RUBY = ruby
 | 
			
		||||
!endif
 | 
			
		||||
MAKEDIRS = @$(MINIRUBY) -run -e mkdir -- -p
 | 
			
		||||
 | 
			
		||||
!if !defined(STACK)
 | 
			
		||||
!if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue