From cff9f562c2e73c7df2fe2fc0e95fb8277d27cdd5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 26 Oct 2007 18:50:06 +0000 Subject: [PATCH] Added note about new compile line header search directories. --- documentation/RELEASE_NOTES.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index b32e93e21..ee2cf4c60 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,15 @@ +

Added compile line header search directories

+ +

The compile line list of directories to search for header files now +includes O.Common and the existing os subdirectories of SRC_DIRS +<src_dir>/os/<OS_CLASS>, <src_dir>/os/posix, and +<src_dir>/os/default. +

+ +

GNU make multiple jobs now supported

The "-j jobs" option is now supported for users of GNU make version 3.80