mk: deprecate install_unsupported, leave a notice
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Mar 7, 2019 at 20:16 UTC
8c7837962d822bbf4c231f30422eb57382d03dac
1 file changed
+6
-11
Rules.mk
+6
-11
@@ -95,17 +95,12 @@ nofuse: build
95
install: cmd/ipfs-install
96
.PHONY: install
97
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 "\\=======================================================================/"
104
.PHONY: install_unsupported
105
106
uninstall: