Remove colors

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-12-11 15:48:54 +01:00
parent ff65d06199
commit 4c3d6912a5
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -78,12 +78,8 @@ lotus-shed: $(BUILD_DEPS)
.PHONY: lotus-seal-worker .PHONY: lotus-seal-worker
BINS+=lotus-seal-worker BINS+=lotus-seal-worker
ccred:=$(shell tput setaf 1)
ccbold=$(shell tput bold)
ccend=$(shell tput sgr0)
build: lotus lotus-storage-miner lotus-seal-worker build: lotus lotus-storage-miner lotus-seal-worker
@[[ $$(type -P "lotus") ]] && echo "$(ccred)$(ccbold)Caution$(ccend): you have \ @[[ $$(type -P "lotus") ]] && echo "Caution: you have \
an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'" an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'"
.PHONY: build .PHONY: build