Make tags target useful.

This commit is contained in:
Ben Laurie 2005-03-30 14:19:21 +00:00
parent 24c97c819d
commit a273a2824c

View file

@ -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