make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.1.90


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.1.90
Date: Sat, 23 Apr 2016 15:47:55 +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  7241d136f4c249aa100af2da8a4f56b977b3d761 (commit)
       via  c2be1df8804c9b3cb25f12cf6979ec20f5a0ba24 (commit)
       via  f1a9625001e88240af5f51a298adee01715f2dd0 (commit)
       via  047bd5a16f5ba39e778d3438777147e583e3f3b2 (commit)
      from  3fc99a48e14b3f61d7103d93eb7159f3b980a086 (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 7241d136f4c249aa100af2da8a4f56b977b3d761
Author: Paul Smith <address@hidden>
Date:   Sat Apr 23 11:21:36 2016 -0400

    * tests/scripts/features/output-sync: increase test timeout.
    
    I'm getting random failures with a timeout of 10s; increase to 30s.

commit c2be1df8804c9b3cb25f12cf6979ec20f5a0ba24
Author: Paul Smith <address@hidden>
Date:   Mon Apr 11 07:50:11 2016 -0400

    * NEWS: Update for pre-release

commit f1a9625001e88240af5f51a298adee01715f2dd0
Author: Paul Smith <address@hidden>
Date:   Sun Apr 10 17:22:57 2016 -0400

    * dep.h, makeint.h (show_goal_error): Move to makeint.h.

commit 047bd5a16f5ba39e778d3438777147e583e3f3b2
Author: Paul Smith <address@hidden>
Date:   Sun Apr 10 17:12:48 2016 -0400

    [SV 46433] Show recipe line offsets in line number messages.
    
    While displaying line numbers, show the relevant line number inside
    the recipe not just the first line of the entire recipe.
    Sample changes suggested by Brian Vandenberg <address@hidden>
    
    * gnumake.h (gmk_floc): Add an 'offset' to track the recipe offset.
    * read.c (eval, eval_makefile, eval_buffer): Initialize 'offset'.
    (record_files, install_pattern_rule): Ditto.
    * job.c (new_job, job_next_command): Update 'offset' based on the
    line of the recipe we're expanding or invoking.
    (child_error): Add 'offset' when showing the line number.
    * function.c (func_shell_base): Ditto.
    * output.c (error, fatal): Ditto.
    * NEWS: Mention the new ability.
    * tests/scripts/features/errors: Check the line number on errors.
    * tests/scripts/functions/warning: Check the line number on warnings.
    * tests/scripts/features/output-sync,
    tests/scripts/features/parallelism, tests/scripts/functions/shell,
    tests/scripts/functions/error: Update line numbers.

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

Summary of changes:
 NEWS                               |   10 +++++++---
 dep.h                              |    1 -
 function.c                         |    3 ++-
 gnumake.h                          |    1 +
 job.c                              |    7 ++++++-
 makeint.h                          |    2 ++
 output.c                           |    4 ++--
 read.c                             |    4 ++++
 rule.c                             |    1 +
 tests/scripts/features/errors      |   14 ++++++++++++++
 tests/scripts/features/output-sync |   12 +++++++-----
 tests/scripts/features/parallelism |    6 +++---
 tests/scripts/functions/error      |   10 ++++------
 tests/scripts/functions/shell      |   13 +++++++++++++
 tests/scripts/functions/warning    |   30 ++++++++++++++++++++++++------
 variable.c                         |    2 +-
 16 files changed, 91 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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