Commit a273a282 authored by Ben Laurie's avatar Ben Laurie
Browse files

Make tags target useful.

parent 24c97c81
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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