[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Fri Feb 26 16:40:03 UTC 2016


The branch master has been updated
       via  56b10d88246af1b2d52cd488a7d3584acee08225 (commit)
      from  cb212f239a51da19952609991d3cb20172231dee (commit)


- Log -----------------------------------------------------------------
commit 56b10d88246af1b2d52cd488a7d3584acee08225
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Feb 26 15:36:33 2016 +0100

    Remove comments saying you must do 'make -f Makefile.in TABLE'
    
    Since the configs were remade into hash tables, this isn't needed
    any more.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 Configurations/10-main.conf             | 4 ----
 Configurations/90-team.conf             | 4 ----
 Configurations/99-personal-ben.conf     | 4 ----
 Configurations/99-personal-bodo.conf    | 4 ----
 Configurations/99-personal-geoff.conf   | 4 ----
 Configurations/99-personal-levitte.conf | 4 ----
 Configurations/99-personal-rse.conf     | 4 ----
 Configurations/99-personal-steve.conf   | 4 ----
 8 files changed, 32 deletions(-)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 41d71b5..6e5e71a 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Standard openssl configuration targets.
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
 
diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf
index 226fe6c..7667464 100644
--- a/Configurations/90-team.conf
+++ b/Configurations/90-team.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Build configuration targets for openssl-team members
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "purify" => {
diff --git a/Configurations/99-personal-ben.conf b/Configurations/99-personal-ben.conf
index b709322..611e3de 100644
--- a/Configurations/99-personal-ben.conf
+++ b/Configurations/99-personal-ben.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "debug-ben" => {
diff --git a/Configurations/99-personal-bodo.conf b/Configurations/99-personal-bodo.conf
index 78e8e29..24c0e1e 100644
--- a/Configurations/99-personal-bodo.conf
+++ b/Configurations/99-personal-bodo.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "debug-bodo" => {
diff --git a/Configurations/99-personal-geoff.conf b/Configurations/99-personal-geoff.conf
index bd3f545..89ba499 100644
--- a/Configurations/99-personal-geoff.conf
+++ b/Configurations/99-personal-geoff.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "debug-geoff32" => {
diff --git a/Configurations/99-personal-levitte.conf b/Configurations/99-personal-levitte.conf
index d13f167..9db343e 100644
--- a/Configurations/99-personal-levitte.conf
+++ b/Configurations/99-personal-levitte.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "levitte-linux-elf" => {
diff --git a/Configurations/99-personal-rse.conf b/Configurations/99-personal-rse.conf
index 39e1f11..ecb4742 100644
--- a/Configurations/99-personal-rse.conf
+++ b/Configurations/99-personal-rse.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "debug-rse" => {
diff --git a/Configurations/99-personal-steve.conf b/Configurations/99-personal-steve.conf
index 4ddf5ec..bf9dbf4 100644
--- a/Configurations/99-personal-steve.conf
+++ b/Configurations/99-personal-steve.conf
@@ -1,9 +1,5 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##	make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "debug-steve64" => {


More information about the openssl-commits mailing list