]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Clarify a couple of details around "make variables"
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 06:18:56 +0000 (07:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 06:18:56 +0000 (07:18 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5660)

INSTALL

diff --git a/INSTALL b/INSTALL
index e99b1f00b8e4b72c3e350f07582bb5a41b58b098..d53162c044adfe93d752b115dc5088b6ca4c9cb7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                    CPPDEFINES      List of CPP macro definitions, separated
                                    by a platform specific character (':' or
                                    space for Unix, ';' for Windows, ',' for
-                                   VMS).  This can be used in place of -D.
+                                   VMS).  This can be used instead of using
+                                   -D (or what corresponds to that on your
+                                   compiler) in CPPFLAGS.
                    CPPINCLUDES     List of CPP inclusion directories, separated
                                    the same way as for CPPDEFINES.  This can
-                                   be used in place of -I.
+                                   be used instead of -I (or what corresponds
+                                   to that on your compiler) in CPPFLAGS.
                    HASHBANGPERL    Perl invocation to be inserted after '#!'
-                                   in public perl scripts.
+                                   in public perl scripts (only relevant on
+                                   Unix).
                    LD              The program linker (not used on Unix, $(CC)
                                    is used there).
                    LDFLAGS         Flags for the shared library, DSO and