summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-07-09 06:35:56 +0000
committerPaul Smith <psmith@gnu.org>2002-07-09 06:35:56 +0000
commit9ab8ab29db008d3020a81215a0b7c4355edf48a6 (patch)
tree88a3c6a2e807a1356d4bcca1ecca91a6cc037ee5 /NEWS
parente72ccb2854666774de0034364f4037ae6fd06f5c (diff)
downloadmake-9ab8ab29db008d3020a81215a0b7c4355edf48a6.tar.gz
Documentation and tests for order-only prerequisites.
Add a new test suite for automatic variables.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0237ae4c..4c730931 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,13 @@ reports.
Version <next>
+* A new feature exists: order-only prerequisites. These prerequisites
+ affect the order in which targets are built, but they do not impact
+ the rebuild/no-rebuild decision of their dependents. That is to say,
+ they allow you to require target B be built before target A, without
+ requiring that target A will always be rebuilt if target B is updated.
+ Patch for this feature provided by Greg McGary <greg@mcgary.org>.
+
* A new function is defined: $(quote ...). The argument to this
function is the _name_ of a variable. The result of the function is
the value of the variable, without having been expanded.