make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. moved-to-git-74-gc7732bd


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-74-gc7732bd
Date: Mon, 13 May 2013 06:48:30 +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  c7732bd5add31b38fea113c9ab4ad4d97a0870c7 (commit)
       via  2627d8322136eac2b499dd12e2769eb01d7c74bc (commit)
       via  381baeef7aa4f2c8758a9910ebb97af46c0dd7eb (commit)
      from  5367d393ddb36fc8b3f358418d5c9f2b9f01d2fe (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 c7732bd5add31b38fea113c9ab4ad4d97a0870c7
Author: Paul Smith <address@hidden>
Date:   Mon May 13 02:48:04 2013 -0400

    Add a new variable: GNUMAKEFLAGS
    
    This allows you to write portable makefiles that set GNU make-specific 
command
    line options in the environment or makefile: add them to GNUMAKEFLAGS 
instead
    of MAKEFLAGS and they will be seen by GNU make but ignored by other
    implementations of make.

commit 2627d8322136eac2b499dd12e2769eb01d7c74bc
Author: Paul Smith <address@hidden>
Date:   Mon May 13 02:17:29 2013 -0400

    Use level o_env_override for MAKEFLAGS so it's reset even with -e.
    
    Fixes Savannah bug #2216.

commit 381baeef7aa4f2c8758a9910ebb97af46c0dd7eb
Author: Paul Smith <address@hidden>
Date:   Mon May 13 01:30:24 2013 -0400

    Add new --trace[=MODE] flags, with --trace=dir
    
    This mode replaces the previous heuristic setting enabled with -O, where we
    would log directory enter/leave for each synchronized output.  Now we only
    do that if --trace=dir is given.

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

Summary of changes:
 ChangeLog                            |   16 +++++++++
 NEWS                                 |   19 ++++++++---
 default.c                            |    2 +
 doc/make.texi                        |   39 +++++++++++++++++++----
 job.c                                |   20 ++++++++----
 main.c                               |   57 ++++++++++++++++++++++++++-------
 make.1                               |   22 +++++++++++--
 makeint.h                            |    4 ++
 misc.c                               |    8 +---
 tests/ChangeLog                      |    5 +++
 tests/scripts/features/output-sync   |    8 -----
 tests/scripts/variables/GNUMAKEFLAGS |   24 ++++++++++++++
 tests/scripts/variables/MAKEFLAGS    |   24 ++++++--------
 13 files changed, 185 insertions(+), 63 deletions(-)
 create mode 100644 tests/scripts/variables/GNUMAKEFLAGS


hooks/post-receive
-- 
make



reply via email to

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