summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-15 15:01:30 -0500
committerRich Salz <rsalz@openssl.org>2016-01-17 14:47:32 -0500
commitee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 (patch)
treeba4a3c3e0f85566167d3051980997eef23bf6142 /Makefile.in
parent9e5cd4bac777e27ebcdc9aa411f0a63c27500468 (diff)
Remove some old makefile targets
Remove lint, tags, dclean, tests. This is prep for a new makedepend scheme. This is temporary pending unified makefile, and might help it. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index af24a243f4..496f118e11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -422,9 +422,6 @@ gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
-dclean:
- @set -e; target=dclean; $(RECURSIVE_BUILD_CMD)
-
rehash: rehash.time
rehash.time: certs build_apps
@if [ -z "$(CROSS_COMPILE)" ]; then \
@@ -462,9 +459,6 @@ update: errors util/libeay.num util/ssleay.num TABLE test_ordinals
depend:
@set -e; target=depend; $(RECURSIVE_BUILD_CMD)
-lint:
- @set -e; target=lint; $(RECURSIVE_BUILD_CMD)
-
tags TAGS: FORCE
rm -f TAGS tags
-ctags -R .