[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Dec 10 14:07:04 UTC 2015


The branch master has been updated
       via  e7986647267b689c88b079bd4277facca9720fc1 (commit)
      from  7c31419693ef5c01bb7d86c141b5e4a740f267dc (commit)


- Log -----------------------------------------------------------------
commit e7986647267b689c88b079bd4277facca9720fc1
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Dec 10 15:03:52 2015 +0100

    Don't run rehash as part of building the openssl app
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/Makefile b/apps/Makefile
index ab6d646..9362fcc 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -145,7 +145,6 @@ $(EXE): progs.h $(EXE_OBJ) $(DLIBCRYPTO) $(DLIBSSL)
 		APPNAME=$(EXE) OBJECTS="$(EXE_OBJ)" \
 		LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
 		link_app.$${shlib_target}
-	@(cd ..; $(MAKE) rehash)
 
 progs.h: progs.pl Makefile
 	$(RM) progs.h


More information about the openssl-commits mailing list