mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-21 22:45:26 +00:00
Suppress build messages from tools/Makefile
This commit is contained in:
parent
8a1a12fd05
commit
3f0fb9d3a4
@ -25,15 +25,15 @@ GO := GOPATH=$(shell pwd) go
|
|||||||
DEFAULT: all
|
DEFAULT: all
|
||||||
|
|
||||||
tools.deps: $(GO_SRC)
|
tools.deps: $(GO_SRC)
|
||||||
# Generate build patterns for static tools
|
@# Generate build patterns for static tools
|
||||||
for pkg in $(TOOL_SRCS); do \
|
@for pkg in $(TOOL_SRCS); do \
|
||||||
echo -e "bin/$$(basename $$pkg): $$GO_SRC\n\t\$$(GO) install -v $$pkg" ; \
|
echo -e "bin/$$(basename $$pkg): $$GO_SRC\n\t\$$(GO) install -v $$pkg" ; \
|
||||||
done > tools.deps
|
done > tools.deps
|
||||||
|
|
||||||
metatools.deps: tools.deps bin/gometalinter $(GO_SRC)
|
metatools.deps: tools.deps bin/gometalinter $(GO_SRC)
|
||||||
# Generate build patterns for metalinters tools
|
# Generate build patterns for metalinters tools
|
||||||
echo -e "METATOOL_SRCS+=$(shell $(get_metalinters))" > metatools.deps
|
@echo -e "METATOOL_SRCS+=$(shell $(get_metalinters))" > metatools.deps
|
||||||
for pkg in $(shell $(get_metalinters)) ; do \
|
@for pkg in $(shell $(get_metalinters)) ; do \
|
||||||
echo -e "bin/$$(basename $$pkg): $$GO_SRC\n\t\$$(GO) install -v $$pkg" ; \
|
echo -e "bin/$$(basename $$pkg): $$GO_SRC\n\t\$$(GO) install -v $$pkg" ; \
|
||||||
done >> metatools.deps
|
done >> metatools.deps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user