[openssl-commits] [openssl] master update

Emilia Kasper emilia at openssl.org
Thu Apr 7 12:17:40 UTC 2016


The branch master has been updated
       via  53ff6ac159c261085dcae9f93a3f00251c2123fc (commit)
      from  2d5a82570ab424bcf2a738d05055eeb0b089b33a (commit)


- Log -----------------------------------------------------------------
commit 53ff6ac159c261085dcae9f93a3f00251c2123fc
Author: Emilia Kasper <emilia at openssl.org>
Date:   Thu Apr 7 13:35:13 2016 +0200

    Remove redundant symlink
    
    We used to symlink generate_ssl_tests.pl to the build directory.
    Now that the build scripts look for sources in both directories, this
    is no longer necessary (see commit
    fbd361eaf84446e8d6860ab2b7ecf9d04585f2ef).
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 Configurations/unix-Makefile.tmpl | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 9c8a461..af708f0 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -711,8 +711,7 @@ dist:
 
 # Helper targets #####################################################
 
-link-utils: $(BLDDIR)/util/opensslwrap.sh $(BLDDIR)/util/shlib_wrap.sh \
-	    $(BLDDIR)/test/generate_ssl_tests.pl
+link-utils: $(BLDDIR)/util/opensslwrap.sh $(BLDDIR)/util/shlib_wrap.sh
 
 $(BLDDIR)/util/opensslwrap.sh: configdata.pm
 	@if [ "$(SRCDIR)" != "$(BLDDIR)" ]; then \
@@ -724,11 +723,6 @@ $(BLDDIR)/util/shlib_wrap.sh: configdata.pm
 	    mkdir -p "$(BLDDIR)/util"; \
 	    ln -sf "../$(SRCDIR)/util/shlib_wrap.sh" "$(BLDDIR)/util"; \
 	fi
-$(BLDDIR)/test/generate_ssl_tests.pl: configdata.pm
-	@if [ "$(SRCDIR)" != "$(BLDDIR)" ]; then \
-	    mkdir -p "$(BLDDIR)/test"; \
-	    ln -sf "../$(SRCDIR)/test/generate_ssl_tests.pl" "$(BLDDIR)/test"; \
-	fi
 FORCE:
 
 # Building targets ###################################################


More information about the openssl-commits mailing list