[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Enhance/fix VMS: ONESHELL implementation; option -j
From: |
h.becker |
Subject: |
[PATCH] Enhance/fix VMS: ONESHELL implementation; option -j |
Date: |
Mon, 01 Sep 2014 18:17:54 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130519 Icedove/17.0.5 |
Enhance/fix VMS ONESHELL implementation and command execution
* job.c, vmsjobs.c: fix some double quote and new line handling;
implement ONESHELL with writing multiple lines into one DCL
command procedure; in ONESHELL allow VMS/make internal redirection
only on the first line; fix the created DCL command procedure,
which didn't abort on errors; return correct exit status from the
DCL command procedure; preserve current procedure verification;
make the generated command procedure more robust.
---
job.c | 31 +++---
vmsjobs.c | 340
+++++++++++++++++++++++++++++++++++++++++++++----------------
2 files changed, 269 insertions(+), 102 deletions(-)
Fix VMS options processing -j
* main.c: print out that parallel jobs (-j) are not supported on
this platform.
---
main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
0001-Enhance-fix-VMS-ONESHELL-implementation-and-command-.patch
Description: Text Data
0002-Fix-VMS-options-processing-j.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Enhance/fix VMS: ONESHELL implementation; option -j,
h.becker <=