1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

stricter makefile targets

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy
2016-04-19 08:53:19 -07:00
parent cd11a487cc
commit 4b6828ebfe

View File

@ -27,11 +27,11 @@ toolkit_upgrade: gx_upgrade gxgo_upgrade
go_check: go_check:
@bin/check_go_version $(IPFS_MIN_GO_VERSION) @bin/check_go_version $(IPFS_MIN_GO_VERSION)
bin/gx-%: bin/gx-v%:
@echo "installing gx $(@:bin/gx-%=%)" @echo "installing gx $(@:bin/gx-%=%)"
@bin/dist_get gx $@ $(@:bin/gx-%=%) @bin/dist_get gx $@ $(@:bin/gx-%=%)
bin/gx-go-%: bin/gx-go-v%:
@echo "installing gx-go $(@:bin/gx-go-%=%)" @echo "installing gx-go $(@:bin/gx-go-%=%)"
@bin/dist_get gx-go $@ $(@:bin/gx-go-%=%) @bin/dist_get gx-go $@ $(@:bin/gx-go-%=%)
rm -f bin/gx-go rm -f bin/gx-go