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>
This commit is contained in:
parent
9598996c93
commit
31ff45aa97
@ -166,9 +166,6 @@ HTMLDIR=$(OPENSSLDIR)/html
|
|||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
|
|
||||||
TOP= .
|
TOP= .
|
||||||
ONEDIRS=out tmp
|
|
||||||
EDIRS= times doc bugs util include certs ms demos VMS
|
|
||||||
WDIRS= windows
|
|
||||||
LIBS= libcrypto.a libssl.a
|
LIBS= libcrypto.a libssl.a
|
||||||
SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
|
SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
|
||||||
SHARED_SSL=libssl$(SHLIB_EXT)
|
SHARED_SSL=libssl$(SHLIB_EXT)
|
||||||
@ -413,10 +410,6 @@ clean: libclean
|
|||||||
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)
|
||||||
@set -e; for i in $(ONEDIRS) ;\
|
|
||||||
do \
|
|
||||||
rm -fr $$i/*; \
|
|
||||||
done
|
|
||||||
|
|
||||||
makefile.one: files
|
makefile.one: files
|
||||||
$(PERL) util/mk1mf.pl >makefile.one; \
|
$(PERL) util/mk1mf.pl >makefile.one; \
|
||||||
|
@ -17,7 +17,7 @@ SRC=$(LIBSRC)
|
|||||||
LIBNAME=gost
|
LIBNAME=gost
|
||||||
|
|
||||||
top:
|
top:
|
||||||
(cd $(TOP); $(MAKE) DIRS=engines EDIRS=$(DIR) sub_all)
|
(cd $(TOP); $(MAKE) DIRS=engines sub_all)
|
||||||
|
|
||||||
all: lib
|
all: lib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user