mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	Add ARCH flags
This commit is contained in:
		
							parent
							
								
									5cb49175b1
								
							
						
					
					
						commit
						e7c74fdde2
					
				
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,5 +1,6 @@ | ||||
| #GOPATH := $(CURDIR)/tmp/gopath
 | ||||
| MAKE_OPTIONS := -s | ||||
| ARCH := $(shell uname -s) | ||||
| 
 | ||||
| all: getdeps install | ||||
| 
 | ||||
| @ -14,11 +15,13 @@ build-utils: | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/cpu | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/unitconv | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/split | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/md5/ | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha1/ | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha256/ | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha512/ | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/md5 | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha1 | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha256 | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha512 | ||||
| ifeq ($(ARCH), Linux) | ||||
| 	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/checksum/crc32c | ||||
| endif | ||||
| 
 | ||||
| #build-os:
 | ||||
| #	@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/os/scsi
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user