summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-05-01 18:41:14 +0300
committerEli Zaretskii <eliz@gnu.org>2013-05-01 18:41:14 +0300
commitb5ea49bae7e5074e472605e5d0c2413e62461718 (patch)
tree159f4aedddc489ac9f55d94de1149b0f2f4cc164 /NEWS
parent2926f7b4662409d3445df7c590e80f001b088cc6 (diff)
downloadgunmake-b5ea49bae7e5074e472605e5d0c2413e62461718.tar.gz
Mention in NEWS change on Windows with quotes in command lines.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a0c20a..621be57 100644
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,15 @@ http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set
* In -p output, .RECIPEPREFIX settings are shown and all target-specific
variables are output as if in a makefile, instead of as comments.
+* On MS-Windows, recipes that use ".." quoting will no longer force
+ invocation of commands via temporary batch files and stock Windows
+ shells, they will be short-circuited and invoked directly. (In
+ other words, " is no longer a special character for stock Windows
+ shells.) This avoids hitting shell limits for command length when
+ quotes are used, but nothing else in the command requires the shell.
+ This change could potentially mean some minor incompatibilities in
+ behavior when the recipe uses quoted string on shell command lines.
+
Version 3.82