summaryrefslogtreecommitdiffstats
path: root/ssl
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 /ssl
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 'ssl')
-rw-r--r--ssl/Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/ssl/Makefile.in b/ssl/Makefile.in
index e2623ce2ed..d095f1add2 100644
--- a/ssl/Makefile.in
+++ b/ssl/Makefile.in
@@ -69,14 +69,6 @@ shared: lib
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-tags:
- ctags $(SRC)
-
-tests:
-
-lint:
- lint -DLINT $(INCLUDES) $(SRC)>fluff
-
update: local_depend
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
@@ -85,10 +77,6 @@ depend: local_depend
local_depend:
@[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
-dclean:
- $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
- mv -f Makefile.new $(MAKEFILE)
-
clean:
rm -f $(LIBOBJ) *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f record/*.obj record/lib record/retags record/core \