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-31-gc5bfa40


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90-31-gc5bfa40
Date: Sat, 14 Sep 2013 05:04:43 +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  c5bfa400448a14f4c8d4fc51dd56ea17176e1f84 (commit)
      from  deff9dacc97cc20015d3018992f2c77cb7fab102 (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 c5bfa400448a14f4c8d4fc51dd56ea17176e1f84
Author: Paul Smith <address@hidden>
Date:   Sat Sep 14 01:04:04 2013 -0400

    Support the -Orecurse option properly.
    
    In this mode we still collect all the output from a given target and
    dump it at once.  However we don't treat recursive lines any differently
    from non-recursive lines.  Also we don't print enter/leave messages
    after every dump.  However we do ensure that we always print them once
    to stdout, so the parent make will collect it properly.

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

Summary of changes:
 ChangeLog                          |   16 +
 function.c                         |    2 +-
 job.c                              |    4 +-
 main.c                             |   55 +--
 makeint.h                          |    3 -
 misc.c                             |   96 +-----
 output.c                           |  262 +++++++++----
 output.h                           |   12 +-
 tests/ChangeLog                    |    4 +
 tests/scripts/features/output-sync |    2 -
 vmsjobs.c                          |  729 ++++++++++++++++++------------------
 11 files changed, 594 insertions(+), 591 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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