From: Ben Laurie Date: Wed, 30 Mar 2005 14:19:21 +0000 (+0000) Subject: Make tags target useful. X-Git-Tag: OpenSSL_0_9_7g~17^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a273a2824c5a69de571916aede400ee534e45266;p=oweals%2Fopenssl.git Make tags target useful. --- diff --git a/Makefile.org b/Makefile.org index 6b580d6ab6..de6d7280af 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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