160-disable_doc_tests.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -111,7 +111,7 @@ LIBKRB5=
  4. ZLIB_INCLUDE=
  5. LIBZLIB=
  6. -DIRS= crypto ssl engines apps test tools
  7. +DIRS= crypto ssl engines apps tools
  8. ENGDIRS= ccgost
  9. SHLIBDIRS= crypto ssl
  10. @@ -129,7 +129,7 @@ SDIRS= \
  11. # tests to perform. "alltests" is a special word indicating that all tests
  12. # should be performed.
  13. -TESTS = alltests
  14. +TESTS =
  15. MAKEFILE= Makefile
  16. @@ -143,7 +143,7 @@ SHELL=/bin/sh
  17. TOP= .
  18. ONEDIRS=out tmp
  19. -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
  20. +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
  21. WDIRS= windows
  22. LIBS= libcrypto.a libssl.a
  23. SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
  24. @@ -239,7 +239,7 @@ reflect:
  25. @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
  26. sub_all: build_all
  27. -build_all: build_libs build_apps build_tests build_tools
  28. +build_all: build_libs build_apps build_tools
  29. build_libs: build_crypto build_ssl build_engines
  30. @@ -494,7 +494,7 @@ dist:
  31. dist_pem_h:
  32. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  33. -install: all install_docs install_sw
  34. +install: all install_sw
  35. install_sw:
  36. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
  37. --- a/Makefile.org
  38. +++ b/Makefile.org
  39. @@ -492,7 +492,7 @@ dist:
  40. dist_pem_h:
  41. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  42. -install: all install_docs install_sw
  43. +install: all install_sw
  44. install_sw:
  45. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \