mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-16 01:07:12 +08:00
PT-2506 - make install does not install Go tools
- Added version for Go tools in case if they are built in the top dir
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ sub MY::postamble {
|
||||
pkgs = $(shell find src/go -type d -name "pt-*" -exec basename {} \;)
|
||||
|
||||
gotools:
|
||||
cd src/go && $(MAKE) build
|
||||
cd src/go && VERSION=$(VERSION) $(MAKE) build
|
||||
@$(foreach pkg,$(pkgs),cp bin/$(pkg) $(INST_SCRIPT);)
|
||||
|
||||
goclean:
|
||||
|
||||
Reference in New Issue
Block a user