projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4de3d
)
Make make tags make tags.
author
Ben Laurie
<ben@openssl.org>
Sat, 19 Jun 2004 13:32:28 +0000
(13:32 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 19 Jun 2004 13:32:28 +0000
(13:32 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index b8ea8096af5ccb3c27c53fefb283a6c7531cd4fe..14eef7f2ec5b40e432de046084c9d3510f622fe9 100644
(file)
--- 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