make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 3.99.90-30-gdeff9da


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90-30-gdeff9da
Date: Thu, 12 Sep 2013 08:09:06 +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  deff9dacc97cc20015d3018992f2c77cb7fab102 (commit)
      from  40a49f244da5b417af8bede84ac221cee2318d88 (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 deff9dacc97cc20015d3018992f2c77cb7fab102
Author: Paul Smith <address@hidden>
Date:   Thu Sep 12 04:07:52 2013 -0400

    Enhance the output sync mode.
    
    Create a new file, output.c, and collect functions that generate output 
there.
    We introduce a new global context specifying where output should go (to 
stdout
    or to a sync file), and the lowest level output generator chooses where to
    write output based on that context.
    
    This allows us to set the context globally, and all operations that write
    output (including functions like $(info ...) etc.) will use it.
    
    Removed the "--trace=dir" capability.  It was too confusing.  If you have
    directory tracking enabled then output sync will print the enter/leave 
message
    for each synchronized block.  If you don't want that, disable directory
    tracking.

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

Summary of changes:
 ChangeLog                             |   41 +++
 Makefile.am                           |    6 +-
 NEWS                                  |    3 +-
 NMakefile.template                    |    1 +
 SMakefile.template                    |    4 +-
 build_w32.bat                         |   11 +-
 doc/make.texi                         |   91 +++--
 dosbuild.bat                          |    3 +-
 function.c                            |    7 +-
 job.c                                 |  387 ++++------------------
 job.h                                 |   22 +-
 main.c                                |  100 +-----
 make.1                                |   22 +-
 make.lnk                              |    2 +-
 make_msvc_net2003.vcproj              |    6 +
 makefile.vms                          |    7 +-
 makeint.h                             |   10 +-
 misc.c                                |  177 +----------
 output.c                              |  601 +++++++++++++++++++++++++++++++++
 w32/include/dlfcn.h => output.h       |   30 +-
 po/POTFILES.in                        |    1 +
 remote-cstms.c                        |    1 -
 tests/ChangeLog                       |    7 +
 tests/scripts/features/output-sync    |   23 ++
 tests/scripts/variables/GNUMAKEFLAGS  |    6 +-
 tests/scripts/variables/MAKEFLAGS     |    4 +-
 tests/scripts/variables/MAKE_RESTARTS |    2 +-
 27 files changed, 875 insertions(+), 700 deletions(-)
 create mode 100644 output.c
 copy w32/include/dlfcn.h => output.h (53%)


hooks/post-receive
-- 
make



reply via email to

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