mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Moved REVISION_FORCE before uncommon.mk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									5f376ce0a7
								
							
						
					
					
						commit
						c878cf5030
					
				
					 2 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -4,10 +4,6 @@ override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
 | 
			
		|||
override mflags := $(filter-out -j%,$(MFLAGS))
 | 
			
		||||
MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j)
 | 
			
		||||
 | 
			
		||||
ifeq ($(HAVE_BASERUBY),yes)
 | 
			
		||||
override REVISION_FORCE := PHONY
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
CHECK_TARGETS := great exam love check test check% test% btest%
 | 
			
		||||
# expand test targets, and those dependents
 | 
			
		||||
TEST_TARGETS := $(filter $(CHECK_TARGETS),$(MAKECMDGOALS))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,9 @@
 | 
			
		|||
include Makefile
 | 
			
		||||
 | 
			
		||||
ifeq ($(HAVE_BASERUBY),yes)
 | 
			
		||||
override REVISION_FORCE := PHONY
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
include $(srcdir)/defs/universal.mk
 | 
			
		||||
-include uncommon.mk
 | 
			
		||||
include $(srcdir)/defs/gmake.mk
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue