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.92-24-gb774aeb


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.92-24-gb774aeb
Date: Sat, 4 Jan 2020 23:26:09 -0500 (EST)

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  b774aebffadd5f8374ff435b4c5d660ee899add7 (commit)
       via  06de697268492b72297b02ef69f68becc1874b54 (commit)
      from  fdfe0446b6d2c5321a0ff098e57357c8ee30f971 (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 b774aebffadd5f8374ff435b4c5d660ee899add7
Author: Paul Smith <address@hidden>
Date:   Fri Jan 3 18:19:33 2020 -0500

    Enable compilation with C90 compilers
    
    * configure.ac: Try compiling Guile headers: they don't work with C90.
    * maintMakefile: Simplify config checks via target-specific variables.
    * src/makeint.h: Use ATTRIBUTE rather than defining __attribute__,
    as that causes compile issues with system headers.
    (ENUM_BITFIELD): Don't use enum bitfields in ANSI mode.
    * src/main.c: Use ATTRIBUTE instead of __attribute__.
    * src/job.h: Ditto.
    * src/file.c: Don't define variables inside for loops.
    * src/rule.c: Ditto.
    * src/dep.h (SI): Only use static inline in non-ANSI mode.

commit 06de697268492b72297b02ef69f68becc1874b54
Author: Paul Smith <address@hidden>
Date:   Fri Jan 3 15:44:13 2020 -0500

    * bootstrap: Update to the latest gnulib version

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

Summary of changes:
 .gitignore    |  1 +
 bootstrap     | 22 ++++++----------------
 configure.ac  | 18 +++++++++++++-----
 maintMakefile | 45 +++++++++++++++++++++++++++++++++------------
 src/dep.h     |  2 +-
 src/file.c    |  3 ++-
 src/job.h     |  4 ++--
 src/main.c    |  2 +-
 src/makeint.h | 41 ++++++++++++++++++++++-------------------
 src/rule.c    | 10 ++++++----
 10 files changed, 87 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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