summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorHartmut Becker <becker.ismaning@freenet.de>2014-08-23 17:54:21 +0200
committerPaul Smith <psmith@gnu.org>2014-09-07 17:40:28 -0400
commitf970315766906ed789656d87720328b5513e5942 (patch)
treec1b8007ef5a0a92e721065e1ed5a4a41a07cb0f1 /default.c
parent579ee85941538b69226af55790d1c96811e2cc91 (diff)
downloadgunmake-f970315766906ed789656d87720328b5513e5942.tar.gz
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'.
Diffstat (limited to 'default.c')
-rw-r--r--default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.c b/default.c
index 48b899d..48974c9 100644
--- a/default.c
+++ b/default.c
@@ -333,7 +333,7 @@ static const char *default_variables[] =
#endif
"CD", "builtin_cd",
"MAKE", "make",
- "ECHO", "write sys$$output \"",
+ "ECHO", "builtin_echo",
#ifdef GCC_IS_NATIVE
"C++", "gcc/plus",
"CXX", "gcc/plus",