mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
do not print executed commands
This commit is contained in:
4
Makefile
4
Makefile
@@ -18,7 +18,7 @@ all: $(DOCKER_BIN)
|
||||
|
||||
$(DOCKER_BIN): $(DOCKER_DIR)
|
||||
@mkdir -p $(dir $@)
|
||||
(cd $(DOCKER_MAIN); go get; go build -o $@)
|
||||
@(cd $(DOCKER_MAIN); go get; go build -o $@)
|
||||
|
||||
$(DOCKER_DIR):
|
||||
@mkdir -p $(dir $@)
|
||||
@@ -33,4 +33,4 @@ else ifneq ($(DOCKER_DIR), $(realpath $(DOCKER_DIR)))
|
||||
endif
|
||||
|
||||
test: all
|
||||
(cd $(DOCKER_DIR); sudo -E go test)
|
||||
@(cd $(DOCKER_DIR); sudo -E go test)
|
||||
|
||||
Reference in New Issue
Block a user