summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.org b/Makefile.org
index b8ea8096af..14eef7f2ec 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -724,13 +724,8 @@ lint:
done;
tags:
- @for i in $(DIRS) ;\
- do \
- if [ -d "$$i" ]; then \
- (cd $$i && echo "making tags $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' tags ) || exit 1; \
- fi; \
- done;
+ rm -f TAGS
+ find . -name '[^.]*.[ch]' | xargs etags -a
errors:
$(PERL) util/mkerr.pl -recurse -write