]> git.ipfire.org Git - thirdparty/make.git/commit
* NEWS: Do not insert a space during '+=' if the value is empty.
authorPaul Smith <psmith@gnu.org>
Sun, 28 May 2017 00:07:30 +0000 (20:07 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 4 Jun 2017 22:37:21 +0000 (18:37 -0400)
commitb90fabc8d6f34fb37d428dc0fb1b8b1951a9fbed
tree9728845ec2d8b6a7c973d49e71c7cb9f4b574154
parent816a867ff51110cbca1956ad0e625d8251a7531b
* NEWS: Do not insert a space during '+=' if the value is empty.

* doc/make.texi (Appending): Document this behavior.
* variable.c (do_variable_definition): Only add a space if the variable
value is not empty.
* tests/scripts/variables/flavors: Test this behavior.
NEWS
doc/make.texi
tests/scripts/variables/flavors
variable.c