]> git.ipfire.org Git - thirdparty/make.git/commit
Enhance/fix VMS multi-line support.
authorHartmut Becker <becker.ismaning@freenet.de>
Sat, 23 Aug 2014 15:54:21 +0000 (17:54 +0200)
committerPaul Smith <psmith@gnu.org>
Sun, 7 Sep 2014 21:40:28 +0000 (17:40 -0400)
commitf970315766906ed789656d87720328b5513e5942
treec1b8007ef5a0a92e721065e1ed5a4a41a07cb0f1
parent579ee85941538b69226af55790d1c96811e2cc91
Enhance/fix VMS multi-line support.

* job.c: split the command line at a newline.
* default.c, vmsjobs.c: change ECHO variable to a pseudo builtin,
which ensures that the VMS/DCL ECHO ("write sys$output") is used
and is correctly quoted.
* vmsjobs.c: remove unused builtin 'rm'.
default.c
job.c
vmsjobs.c