make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.0-18-ga7794f4


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.0-18-ga7794f4
Date: Tue, 22 Oct 2013 15:56:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".

The branch, master has been updated
       via  a7794f483b5351ff7712bc02d0f3469551ce5290 (commit)
      from  5d653b535a0e0e607c8be2016bcaadd6f326a698 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a7794f483b5351ff7712bc02d0f3469551ce5290
Author: Eli Zaretskii <address@hidden>
Date:   Tue Oct 22 18:55:38 2013 +0300

    Fix Savannah bug 40241 with Unixy file names as commands to MSYS shell.
    
    * sub_proc.c: Include filedef.h and variable.h.
    (process_begin): If exec_path was not found, but its first
    character is '/', assume there's some shell magic, and invoke the
    command through '$(SHELL) -c "COMMAND"'.  Fixes SV bug#40241.
    (make_command_line): Kludgey feature: if full_exec_path is "-c",
    assume that argv[0] is not to be skipped, as it holds the command
    string to be passed to the shell.

-----------------------------------------------------------------------

Summary of changes:
 w32/subproc/sub_proc.c |   42 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 38 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]