160-disable_doc_tests.patch 1.4 KB

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