[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RISC OS specific patch.
From: |
Duncan Moore |
Subject: |
RISC OS specific patch. |
Date: |
Sun, 14 Jun 2015 14:34:18 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
This patch to 'make' 4.1 removes some Acorn RISC OS specific logic that
is no longer required and causing problems when recipes contain backslashes.
diff -u make-4-1/job.c make-4-1-ro1/job.c
--- make-4-1/job.c 2014-10-05 17:24:51 +0100
+++ make-4-1-ro1/job.c 2015-05-11 15:18:07 +0100
@@ -62,11 +62,6 @@
const char *default_shell = "";
int batch_mode_shell = 0;
-#elif defined (__riscos__)
-
-const char *default_shell = "";
-int batch_mode_shell = 0;
-
#else
const char *default_shell = "/bin/sh";
Thanks
Duncan Moore
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- RISC OS specific patch.,
Duncan Moore <=