From 88314d0374b163261b2d04cb07b73a35b259fc84 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 20 Feb 2015 15:24:29 -0600 Subject: [PATCH] Release notes for CMD_ variables --- documentation/RELEASE_NOTES.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index bec510c5c..ef8612194 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,29 @@ +

Added Make variables for command-line use

+ +

The following variables are now used during the build process, reserved for +setting on the command-line only (Makefiles should continue to use the +USR_ equivalents):

+ + + +

For example:

+ +
+make CMD_INCLUDES=/opt/local/include CMD_LDFLAGS=-L/opt/local/lib
+
+

Back-ported dbLoadRecordsHook from the 3.15 branch

See the Release Notes from the Base 3.15.1 release for details.