mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-01 22:48:15 +00:00
Update tools/Makefile.
This commit is contained in:
parent
801793e185
commit
f5c88e1806
@ -30,15 +30,16 @@ tools.deps: $(GO_SRC)
|
||||
echo -e "bin/$$(basename $$pkg): $$GO_SRC\n\t\$$(GO) install -v $$pkg" ; \
|
||||
done > tools.deps
|
||||
|
||||
metatools.deps: tools.deps bin/gometalinter $(GO_SRC)
|
||||
-include tools.deps
|
||||
|
||||
metatools.deps: bin/gometalinter $(GO_SRC)
|
||||
# Generate build patterns for metalinters tools
|
||||
@echo -e "METATOOL_SRCS+=$(shell $(get_metalinters))" > metatools.deps
|
||||
@for pkg in $(shell $(get_metalinters)) ; do \
|
||||
echo -e "bin/$$(basename $$pkg): $$GO_SRC\n\t\$$(GO) install -v $$pkg" ; \
|
||||
done >> metatools.deps
|
||||
|
||||
include tools.deps
|
||||
include metatools.deps
|
||||
-include metatools.deps
|
||||
|
||||
update:
|
||||
# Fetch govendor, then rebuild govendor.
|
||||
|
Loading…
Reference in New Issue
Block a user