summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorHartmut Becker <becker.ismaning@freenet.de>2014-09-07 17:40:28 -0400
committerPaul Smith <psmith@gnu.org>2014-09-07 17:40:28 -0400
commit8bf5c150e363eecd06beafbc1e3d5c613a1419f0 (patch)
treec1b8007ef5a0a92e721065e1ed5a4a41a07cb0f1 /default.c
parente4b2c511dea566487bb563b21a8efd958fb6cfc0 (diff)
downloadmake-8bf5c150e363eecd06beafbc1e3d5c613a1419f0.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 48b899d9..48974c9d 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",