summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dd9711a65..faa8900097 100644
--- a/Makefile
+++ b/Makefile
@@ -2739,7 +2739,7 @@ tags: FORCE
.PHONY: cscope
cscope:
- $(RM) cscope*
+ $(QUIET_GEN)$(RM) cscope* && \
$(FIND_SOURCE_FILES) | xargs cscope -b
### Detect prefix changes