diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-15 21:01:30 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-17 20:47:32 +0100 |
commit | ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 (patch) | |
tree | ba4a3c3e0f85566167d3051980997eef23bf6142 /tools | |
parent | Add some accessors. (diff) | |
download | openssl-ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1.tar.xz openssl-ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1.zip |
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 'tools')
-rw-r--r-- | tools/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index d4752f833b..57669817d7 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -47,20 +47,12 @@ uninstall: files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -lint: - -tags: - errors: update: depend depend: -dclean: - $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new - mv -f Makefile.new $(MAKEFILE) - clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |