]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* NEWS: Remove info about disabled /proc/loadavg usage.
authorPaul Smith <psmith@gnu.org>
Fri, 27 Dec 2019 06:42:25 +0000 (01:42 -0500)
committerPaul Smith <psmith@gnu.org>
Fri, 27 Dec 2019 06:42:25 +0000 (01:42 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 55132696db0615d74f8d9b3b991119bce19b34e5..ba9401de6883d3ad0a80dfc5cea20ca87d1555a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,14 +35,6 @@ http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=108&set
   already contains some value.  Similarly, appending an empty string does not
   add a trailing space.
 
-* WARNING: Backward-incompatibility!
-  On Linux, and any other systems that provide a /proc/loadavg with similar
-  syntax, the -l/--load-average option will consult that file to determine how
-  many CPUs are busy at that moment and compare that value to the load value
-  requested.  This allows usage such as "-j -lN" for N-processor systems
-  without fear of overload during initial startup.
-  Patch provided by Sven C. Dack <sven.c.dack@sky.com>
-
 * WARNING: Backward-incompatibility!
   Contrary to the documentation, suffix rules with prerequisites were being
   treated BOTH as simple targets AND as pattern rules.  Behavior now matches