mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	gmake.mk: extract after update gems
* defs/gmake.mk (extract-gems): should wait for update-gems to finish when doing both. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									28695a8fff
								
							
						
					
					
						commit
						23e9a4ec16
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -152,3 +152,7 @@ commit: $(if $(filter commit,$(MAKECMDGOALS)),$(filter-out commit,$(MAKECMDGOALS | ||||||
| 	$(Q)$(VCSWAIT) | 	$(Q)$(VCSWAIT) | ||||||
| 	$(Q)$(MAKE) $(mflags) Q=$(Q) REVISION_FORCE=PHONY update-src srcs all-incs | 	$(Q)$(MAKE) $(mflags) Q=$(Q) REVISION_FORCE=PHONY update-src srcs all-incs | ||||||
| endif | endif | ||||||
|  | 
 | ||||||
|  | ifeq ($(words $(filter update-gems extract-gems,$(MAKECMDGOALS))),2) | ||||||
|  | extract-gems: update-gems | ||||||
|  | endif | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu