diff options
author | Paul Smith <psmith@gnu.org> | 2011-11-14 00:42:49 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-11-14 00:42:49 +0000 |
commit | 63888b91f62a9c126c1cfa61ec3ffac35a6a36f1 (patch) | |
tree | 345319c17418652774ea176d9175b33132240c7f /NEWS | |
parent | 934f51d166848c275828f14ad5cc29fe1c3b578a (diff) | |
download | gunmake-63888b91f62a9c126c1cfa61ec3ffac35a6a36f1.tar.gz |
Support jobserver capability on Windows systems.
Implementation contributed by Troy Runkel <Troy.Runkel@mathworks.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,8 +22,11 @@ http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set multiple consecutive backslash/newlines do not condense into one space. * In recipes, a recipe prefix following a backslash-newlines is removed. +* New feature: The "job server" capability is now supported on Windows. + Implementation contributed by Troy Runkel <Troy.Runkel@mathworks.com> + * New feature: "!=" shell assignment operator as an alternative to the - $(shell ...) function. Implemented for portability of BSD makefiles. + $(shell ...) function. Implemented for compatibility with BSD makefiles. WARNING: Backward-incompatibility! Variables ending in "!" previously defined as "variable!= value" will now be interpreted as shell assignment. Change your assignment to add whitespace |