diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2005-11-14 15:31:13 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2005-11-14 15:31:13 +0000 |
commit | 3dd1faa5c849dbeb59a88653068c010699ce86f7 (patch) | |
tree | 8113d5a2f399afe057181e718267fd6d04441897 /NEWS | |
parent | 82103b1a49394a7063f8cddfc89f759ddf847de9 (diff) | |
download | gunmake-3dd1faa5c849dbeb59a88653068c010699ce86f7.tar.gz |
Implemented the .INCLUDE_DIRS special variable. It expands to a list
of directories that make searches for included makefiles.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Version 3.81beta3 load average accordingly. * New special variables available in this release: + - .INCLUDE_DIRS: Expands to a list of directories that make searches + for included makefiles. - .FEATURES: Contains a list of special features available in this version of GNU make. - .DEFAULT_GOAL: Set the name of the default goal make will |