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-57-g7533602


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-57-g7533602
Date: Sat, 04 May 2013 17:15: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  75336026ae42f75c1d47310b7aff056bb7d843ea (commit)
       via  b8467292c9be14b31c028d472107946770ed977e (commit)
      from  e44c51ce413aec6ff2d0230e0502bfe74a6259c3 (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 75336026ae42f75c1d47310b7aff056bb7d843ea
Merge: b846729 e44c51c
Author: Paul Smith <address@hidden>
Date:   Sat May 4 13:14:39 2013 -0400

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/make

commit b8467292c9be14b31c028d472107946770ed977e
Author: Paul Smith <address@hidden>
Date:   Sat May 4 13:10:56 2013 -0400

    Improve sync handling for -Ojob/-Otarget and recursion.
    
    If we are not going to sync a command line then dump any collected output
    first to preserve ordering.  Do some code cleanup:
      * Move the handle init to a separate function.
      * Move the temp file truncation to the output function.
      * Remember whether we sync in a variable for readability.
      * Handle EINTR and short writes in child_out().
      * Always call sync_output() in case output_sync was changed due to error.

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

Summary of changes:
 ChangeLog                          |   13 ++
 job.c                              |  267 +++++++++++++++++++-----------------
 misc.c                             |   19 ++-
 tests/ChangeLog                    |    5 +
 tests/scripts/features/output-sync |   10 ++
 5 files changed, 183 insertions(+), 131 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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