mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Improve make and make install messages (#5207)
This commit is contained in:
parent
bbd05a8f1c
commit
d1a6c32d80
6
Makefile
6
Makefile
@ -70,7 +70,7 @@ coverage: build
|
||||
|
||||
# Builds minio locally.
|
||||
build:
|
||||
@echo "Building minio to $(PWD)/minio ..."
|
||||
@echo "Building minio binary: $(PWD)/minio"
|
||||
@CGO_ENABLED=0 go build --ldflags $(BUILD_LDFLAGS) -o $(PWD)/minio
|
||||
|
||||
pkg-add:
|
||||
@ -90,9 +90,9 @@ pkg-list:
|
||||
|
||||
# Builds minio and installs it to $GOPATH/bin.
|
||||
install: build
|
||||
@echo "Installing minio at $(GOPATH)/bin/minio ..."
|
||||
@echo "Installing minio binary: $(GOPATH)/bin/minio"
|
||||
@cp $(PWD)/minio $(GOPATH)/bin/minio
|
||||
@echo "Check 'minio -h' for help."
|
||||
@echo "\nInstallation successful. To learn more, try \"minio --help\"."
|
||||
|
||||
clean:
|
||||
@echo "Cleaning up all the generated files"
|
||||
|
Loading…
Reference in New Issue
Block a user