From: Peter Xu <pet...@redhat.com> We should use "-print" or otherwise all "-prone" is ignored.
Signed-off-by: Peter Xu <pet...@redhat.com> Message-Id: <20210804132328.41353-2-pet...@redhat.com> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe9415ac64..1b36bf2af4 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ gtags: "GTAGS", "Remove old $@ files") $(call quiet-command, \ (cd $(SRC_PATH) && \ - $(find-src-path) | gtags -f -), \ + $(find-src-path) -print | gtags -f -), \ "GTAGS", "Re-index $(SRC_PATH)") .PHONY: TAGS -- 2.31.1