diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-24 04:49:39 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-24 04:49:39 +0000 |
commit | d0b03e9355d18a6e035c3ee2e7f0ba895739ab28 (patch) | |
tree | 403c181876c223168faf3d499829991943495c1f /NEWS | |
parent | 5dc4b92b606351290d979371da4a500ce8f6a57e (diff) | |
download | make-d0b03e9355d18a6e035c3ee2e7f0ba895739ab28.tar.gz make-d0b03e9355d18a6e035c3ee2e7f0ba895739ab28.tar.bz2 make-d0b03e9355d18a6e035c3ee2e7f0ba895739ab28.zip |
* Terminology change in docs and code.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ Version 3.78 each other to ensure that no more than N jobs are started across all makes. To get the old behavior of -j back, you can configure make with the --disable-job-server option. + +* The confusing term "dependency" has been replaced by the more accurate + and standard term "prerequisite", both in the manual and in all GNU make + output. Version 3.77 |