make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.2.90-1-g715c787


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.2.90-1-g715c787
Date: Wed, 28 Aug 2019 10:46:29 -0400 (EDT)

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  715c787dc69bac37827a7d6ea6d40a86c55b5583 (commit)
      from  e304a03b6d1f9f56b0f949074725c272a53e3080 (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 715c787dc69bac37827a7d6ea6d40a86c55b5583
Author: Eli Zaretskii <address@hidden>
Date:   Wed Aug 28 17:45:49 2019 +0300

    Fix MS-Windows MinGW build
    
    * src/w32/subproc/sub_proc.c (process_wait_for_multiple_objects):
    Fix format specifier for GetLastError's value.
    
    * src/job.c (reap_children): Define the 'remote_status_lose' label
    only for Posix platforms, to avoid compiler warning.
    
    * build_w32.bat (LNKOUT): New variable, using forward slashes.
    Use forward slashes in calls to :Compile, so that linking with GNU
    ld works.
    
    * src/makeint.h [!HAVE_UMASK]: Prototype for 'umask'.
    (UMASK, MODE_T): Don't define.
    
    * src/misc.c (get_tmpfile): Don't call UMASK, call umask, to
    avoid compilation warning on !HAVE_UMASK platforms.
    * src/output.c (output_tmpfd): Likewise.
    
    * src/misc.c (umask) [!HAVE_UMASK]: New no-op function.
    
    * src/config.h.W32.template (__USE_MINGW_ANSI_STDIO)
    [__MINGW32__]: Define to 1, to force Make use ANSI-compatible
    stdio functions, which also support the non-standard 'Id' and 'Ix'
    specifiers.
    (HAVE_UMASK) [__MINGW32__]: Define to 1.
    
    * src/arscan.c (ar_member_touch): Type-cast argument of strlen to
    avoid compiler warnings.

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

Summary of changes:
 build_w32.bat              | 90 ++++++++++++++++++++++++----------------------
 src/arscan.c               |  2 +-
 src/config.h.W32.template  | 10 ++++++
 src/job.c                  |  2 ++
 src/makeint.h              |  8 ++---
 src/misc.c                 | 12 +++++--
 src/output.c               |  4 +--
 src/w32/subproc/sub_proc.c |  2 +-
 8 files changed, 76 insertions(+), 54 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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