Skip to content

Commit f24ba4d

Browse files
authored
Merge pull request #6063 from ipfs/feat/remove-install-unsupported
mk: remove install_unsupported, leave a note
2 parents 3702368 + 8c78379 commit f24ba4d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Rules.mk

+6-11
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,12 @@ nofuse: build
9595
install: cmd/ipfs-install
9696
.PHONY: install
9797

98-
install_unsupported:
99-
@echo "note: this command has yet to be tested to build in the system you are using"
100-
@echo "installing gx"
101-
go get -v -u github.com/whyrusleeping/gx
102-
go get -v -u github.com/whyrusleeping/gx-go
103-
@echo check gx and gx-go
104-
gx -v && gx-go -v
105-
@echo downloading dependencies
106-
gx install --global
107-
@echo "installing go-ipfs"
108-
go install -v -tags nofuse ./cmd/ipfs
98+
install_unsupported: install
99+
@echo "/=======================================================================\\"
100+
@echo '| |'
101+
@echo '| `make install_unsupported` is deprecated, use `make install` instead. |'
102+
@echo '| |'
103+
@echo "\\=======================================================================/"
109104
.PHONY: install_unsupported
110105

111106
uninstall:

0 commit comments

Comments
 (0)