diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-26 15:36:33 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-26 17:39:19 +0100 |
commit | 56b10d88246af1b2d52cd488a7d3584acee08225 (patch) | |
tree | 46cd839f6af55354de55141a43232955f9e6afd8 /Configurations | |
parent | cb212f239a51da19952609991d3cb20172231dee (diff) | |
download | openssl-new-56b10d88246af1b2d52cd488a7d3584acee08225.tar.gz |
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@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/10-main.conf | 4 | ||||
-rw-r--r-- | Configurations/90-team.conf | 4 | ||||
-rw-r--r-- | Configurations/99-personal-ben.conf | 4 | ||||
-rw-r--r-- | Configurations/99-personal-bodo.conf | 4 | ||||
-rw-r--r-- | Configurations/99-personal-geoff.conf | 4 | ||||
-rw-r--r-- | Configurations/99-personal-levitte.conf | 4 | ||||
-rw-r--r-- | Configurations/99-personal-rse.conf | 4 | ||||
-rw-r--r-- | Configurations/99-personal-steve.conf | 4 |
8 files changed, 0 insertions, 32 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 41d71b57f0..6e5e71a785 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 226fe6c78a..766746422e 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 b7093227f0..611e3dedd0 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 78e8e29a45..24c0e1e34f 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 bd3f54526b..89ba499c18 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 d13f167234..9db343e816 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 39e1f11884..ecb4742086 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 4ddf5ec79e..bf9dbf4448 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" => { |