Skip to content

Commit

Permalink
mk: deprecate install_unsupported, leave a notice
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Mar 7, 2019
1 parent 3702368 commit 8c78379
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,12 @@ nofuse: build
install: cmd/ipfs-install
.PHONY: install

install_unsupported:
@echo "note: this command has yet to be tested to build in the system you are using"
@echo "installing gx"
go get -v -u github.com/whyrusleeping/gx
go get -v -u github.com/whyrusleeping/gx-go
@echo check gx and gx-go
gx -v && gx-go -v
@echo downloading dependencies
gx install --global
@echo "installing go-ipfs"
go install -v -tags nofuse ./cmd/ipfs
install_unsupported: install
@echo "/=======================================================================\\"
@echo '| |'
@echo '| `make install_unsupported` is deprecated, use `make install` instead. |'
@echo '| |'
@echo "\\=======================================================================/"
.PHONY: install_unsupported

uninstall:
Expand Down

0 comments on commit 8c78379

Please sign in to comment.