Make tags target useful.
This commit is contained in:
parent
24c97c819d
commit
a273a2824c
1 changed files with 2 additions and 7 deletions
|
@ -362,13 +362,8 @@ lint:
|
|||
done;
|
||||
|
||||
tags:
|
||||
@set -e; 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
|
||||
|
|
Loading…
Reference in a new issue