summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-02 14:42:21 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-02 21:51:45 +0200
commit31ff45aa975acb43f1da20e714eadf4649655714 (patch)
treeaa00b48a88bdf7260abeb430fbff9d43819b196f /Makefile.org
parent9598996c93c572c173c6966082b08ce02c94841b (diff)
Remove obsolete make variables
ONEDIRS, EDIRS and WDIRS aren't used anywhere. Most probably remains from a build system of the past, it's time they get put to rest. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.org b/Makefile.org
index 3a67c9409f..8146eedef1 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -166,9 +166,6 @@ HTMLDIR=$(OPENSSLDIR)/html
SHELL=/bin/sh
TOP= .
-ONEDIRS=out tmp
-EDIRS= times doc bugs util include certs ms demos VMS
-WDIRS= windows
LIBS= libcrypto.a libssl.a
SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
SHARED_SSL=libssl$(SHLIB_EXT)
@@ -413,10 +410,6 @@ clean: libclean
rm -f openssl.pc libssl.pc libcrypto.pc
rm -f speed.* .pure
rm -f $(TARFILE)
- @set -e; for i in $(ONEDIRS) ;\
- do \
- rm -fr $$i/*; \
- done
makefile.one: files
$(PERL) util/mk1mf.pl >makefile.one; \