Skip to content

Commit

Permalink
docs: Quieten cmdref generation
Browse files Browse the repository at this point in the history
The cmdref generation target had the verbose flag which ignored the
developer's request for $QUIET. Remove that flag.

While we're at it, fix a whitespace issue in printing the check.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Mar 26, 2020
1 parent 7067dcb commit 28273f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Makefile
Expand Up @@ -19,11 +19,11 @@ DOCKER_RUN := docker container run --rm \

update-cmdref: builder-image
@$(ECHO_GEN)cmdref
-$(QUIET)rm -rvf cmdref/cilium*.md
-$(QUIET)rm -rf cmdref/cilium*.md
$(QUIET)$(DOCKER_RUN) ./update-cmdref.sh

check-cmdref: builder-image update-cmdref
@$(ECHO_CHECK)cmdref
@$(ECHO_CHECK) cmdref
$(QUIET)$(DOCKER_RUN) ./check-cmdref.sh

ifeq ($(V),0)
Expand Down

0 comments on commit 28273f2

Please sign in to comment.