From ebb733c0f9ab045b6fd6245df2baf2e87463e1bc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 17 Nov 1999 07:33:47 +0000 Subject: * Many cleanups and bugfixes. * New handling of += in target-specific variables. --- NEWS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 77bf66f..b0dfe48 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 17 Sep 1999 + 10 Nov 1999 Copyright (C) 1992,93,94,95,96,97,98,1999 Free Software Foundation, Inc. See the end for copying conditions. @@ -12,7 +12,7 @@ Please send GNU make bug reports to . See the README file and the GNU make manual for details on sending bug reports. -Version 3.78.2 +Version 3.79 * Previously, GNU make quoted variables such as MAKEFLAGS and MAKEOVERRIDES for proper parsing by the shell. This allowed them to @@ -28,6 +28,10 @@ Version 3.78.2 explicitly within a make rule you may need to re-examine your use for correctness given this change. +* A new psuedo-target, .NOTPARALLEL, is defined. If set the current + makefile is always run serially regardless of the value of -j. Any + submakes will still be run in parallel if -j was specified. + Version 3.78 * Two new functions, $(error ...) and $(warning ...) are available. The -- cgit v1.2.3