mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	use .gopath/ instead of build/
This commit is contained in:
		
							parent
							
								
									6b4bc971fd
								
							
						
					
					
						commit
						a57b37ed0e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -9,4 +9,4 @@ command-line-arguments.test
 | 
			
		|||
.flymake*
 | 
			
		||||
docker.test
 | 
			
		||||
auth/auth.test
 | 
			
		||||
build/
 | 
			
		||||
.gopath/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
DOCKER_PACKAGE := github.com/dotcloud/docker
 | 
			
		||||
 | 
			
		||||
BUILD_DIR := $(CURDIR)/build
 | 
			
		||||
BUILD_DIR := $(CURDIR)/.gopath
 | 
			
		||||
 | 
			
		||||
GOPATH ?= $(BUILD_DIR)
 | 
			
		||||
export GOPATH
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue