mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Makefile release: depend on godeps (#1570)
godeps sets the external repos to the correct versions meaning we can build CoreDNS.
This commit is contained in:
		
				
					committed by
					
						 John Belamaric
						John Belamaric
					
				
			
			
				
	
			
			
			
						parent
						
							928de738dd
						
					
				
				
					commit
					74825a46f2
				
			| @@ -94,12 +94,12 @@ build: | ||||
| 	@echo Cleaning old builds | ||||
| 	@rm -rf build && mkdir build | ||||
| 	@echo Building: darwin $(VERSION) | ||||
| 	mkdir -p build/darwin/amd64 && $(MAKE) coredns BINARY=build/darwin/amd64/$(NAME) SYSTEM="GOOS=darwin GOARCH=amd64" CHECKS="" VERBOSE="" | ||||
| 	mkdir -p build/darwin/amd64 && $(MAKE) coredns BINARY=build/darwin/amd64/$(NAME) SYSTEM="GOOS=darwin GOARCH=amd64" CHECKS="godeps" VERBOSE="" | ||||
| 	@echo Building: windows $(VERSION) | ||||
| 	mkdir -p build/windows/amd64 && $(MAKE) coredns BINARY=build/windows/amd64/$(NAME) SYSTEM="GOOS=windows GOARCH=amd64" CHECKS="" VERBOSE="" | ||||
| 	mkdir -p build/windows/amd64 && $(MAKE) coredns BINARY=build/windows/amd64/$(NAME) SYSTEM="GOOS=windows GOARCH=amd64" CHECKS="godeps" VERBOSE="" | ||||
| 	@echo Building: linux/$(LINUX_ARCH)  $(VERSION) ;\ | ||||
| 	for arch in $(LINUX_ARCH); do \ | ||||
| 	    mkdir -p build/linux/$$arch  && $(MAKE) coredns BINARY=build/linux/$$arch/$(NAME) SYSTEM="GOOS=linux GOARCH=$$arch" CHECKS="" VERBOSE="" ;\ | ||||
| 	    mkdir -p build/linux/$$arch  && $(MAKE) coredns BINARY=build/linux/$$arch/$(NAME) SYSTEM="GOOS=linux GOARCH=$$arch" CHECKS="godeps" VERBOSE="" ;\ | ||||
| 	done | ||||
|  | ||||
| .PHONY: tar | ||||
|   | ||||
		Reference in New Issue
	
	Block a user