Add tags/TAGS target; rm tags/TAGS in clean
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
ed49eb4a48
commit
34ccd24d0e
11
Makefile.org
11
Makefile.org
@ -497,7 +497,7 @@ libclean:
|
|||||||
clean: libclean
|
clean: libclean
|
||||||
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
|
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
|
||||||
@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
|
@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 openssl.pc libssl.pc libcrypto.pc
|
||||||
rm -f speed.* .pure
|
rm -f speed.* .pure
|
||||||
rm -f $(TARFILE)
|
rm -f $(TARFILE)
|
||||||
@ -557,9 +557,12 @@ depend:
|
|||||||
lint:
|
lint:
|
||||||
@set -e; target=lint; $(RECURSIVE_BUILD_CMD)
|
@set -e; target=lint; $(RECURSIVE_BUILD_CMD)
|
||||||
|
|
||||||
tags:
|
tags TAGS: FORCE
|
||||||
rm -f TAGS
|
rm -f TAGS tags
|
||||||
find . -name '[^.]*.[ch]' | xargs etags -a
|
-ctags -R .
|
||||||
|
-etags -R .
|
||||||
|
|
||||||
|
FORCE:
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
|
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user