]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Configurations: make Makefile tmpl files non-links
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Thu, 9 Jul 2020 05:26:38 +0000 (07:26 +0200)
committerPauli <paul.dale@oracle.com>
Tue, 14 Jul 2020 04:31:43 +0000 (14:31 +1000)
This commit updates Configurations/README.md and turns the Makefile
templates into non-links.

The motivation for this is that not all template exist in the directory
leading to 404 Not found errors when accessed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12401)

Configurations/README.md

index 3fa80a3fab5678ebe8d6f28616f2ce96f10fa4bb..be8c394d0872b2f51aeb64873203883a54e1cd88 100644 (file)
@@ -481,11 +481,9 @@ template file in `Configurations/` named like the build file, with
 `.tmpl` appended, or in case of possible ambiguity, a combination of
 the second `build_scheme` list item and the `build_file` name.  For
 example, if `build_file` is set to `Makefile`, the template could be
-[`Configurations/Makefile.tmpl`](Makefile.tmpl) or
-[`Configurations/unix-Makefile.tmpl`](unix-Makefile.tmpl).
-In case both [`Configurations/unix-Makefile.tmpl`](Makefile.tmpl) and
-[`Configurations/Makefile.tmpl`](Makefile.tmpl) are present, the former takes
-precedence.
+`Configurations/Makefile.tmpl` or `Configurations/unix-Makefile.tmpl`.
+In case both `Configurations/unix-Makefile.tmpl` and
+`Configurations/Makefile.tmpl` are present, the former takes precedence.
 
 The build-file template is processed with the perl module
 Text::Template, using `{-` and `-}` as delimiters that enclose the