aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-26 20:51:52 -0400
committerRich Salz <rsalz@akamai.com>2014-08-26 20:51:52 -0400
commit34ccd24d0e609ae26a0b0e0085462f35edc5bcce (patch)
treec40b99473f26154be5e749f2d17382be02dc2db5 /Makefile.org
parented49eb4a48a11978d6ba8508fe9bae6794a20372 (diff)
downloadopenssl-34ccd24d0e609ae26a0b0e0085462f35edc5bcce.tar.gz
Add tags/TAGS target; rm tags/TAGS in clean
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.org b/Makefile.org
index d7c9db6fbb..372cd38dcd 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -497,7 +497,7 @@ libclean:
clean: libclean
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
- rm -f $(LIBS)
+ rm -f $(LIBS) tags TAGS
rm -f openssl.pc libssl.pc libcrypto.pc
rm -f speed.* .pure
rm -f $(TARFILE)
@@ -557,9 +557,12 @@ depend:
lint:
@set -e; target=lint; $(RECURSIVE_BUILD_CMD)
-tags:
- rm -f TAGS
- find . -name '[^.]*.[ch]' | xargs etags -a
+tags TAGS: FORCE
+ rm -f TAGS tags
+ -ctags -R .
+ -etags -R .
+
+FORCE:
errors:
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c