Makefile: Fix gtags generation
We should use "-print" or otherwise all "-prone" is ignored. Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20210804132328.41353-2-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
f79bb385c0
commit
b8c9ed15fd
2
Makefile
2
Makefile
@ -256,7 +256,7 @@ gtags:
|
|||||||
"GTAGS", "Remove old $@ files")
|
"GTAGS", "Remove old $@ files")
|
||||||
$(call quiet-command, \
|
$(call quiet-command, \
|
||||||
(cd $(SRC_PATH) && \
|
(cd $(SRC_PATH) && \
|
||||||
$(find-src-path) | gtags -f -), \
|
$(find-src-path) -print | gtags -f -), \
|
||||||
"GTAGS", "Re-index $(SRC_PATH)")
|
"GTAGS", "Re-index $(SRC_PATH)")
|
||||||
|
|
||||||
.PHONY: TAGS
|
.PHONY: TAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user