[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed May 25 19:19:32 UTC 2016
The branch master has been updated
via 223516eadcd6c896392f8915585a50934adb863d (commit)
from 4639c68b976c04f11ce45111f55755f1cf0dbcc9 (commit)
- Log -----------------------------------------------------------------
commit 223516eadcd6c896392f8915585a50934adb863d
Author: Richard Levitte <levitte at openssl.org>
Date: Wed May 25 20:54:54 2016 +0200
Don't clean away headers generated by Configure
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 7 -------
1 file changed, 7 deletions(-)
diff --git a/Configure b/Configure
index f3eb72b..20470a9 100755
--- a/Configure
+++ b/Configure
@@ -1732,13 +1732,6 @@ EOF
}
}
- ### Add information about files generated by Configure
- foreach (map { abs2rel($_) } @generated_headers) {
- die "Configure gerenerated header file $_ has a GENERATE in a build.info\n"
- if $unified_info{generate}->{$_};
- $unified_info{generate}->{$_} = "Generated by Configure";
- }
-
### Make unified_info a bit more efficient
# One level structures
foreach (("programs", "libraries", "engines", "scripts", "extra", "overrides")) {
More information about the openssl-commits
mailing list