automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-53-g970886


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-53-g970886f
Date: Mon, 07 Jan 2008 22:03:15 +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 "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=970886f38984dbb866211146298660b5a978f52c

The branch, branch-1-10 has been updated
       via  970886f38984dbb866211146298660b5a978f52c (commit)
      from  c40beeb2c711790d1a5b2de875f4fb1d0fbb54ab (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 970886f38984dbb866211146298660b5a978f52c
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Jan 7 22:58:27 2008 +0100

    Stable `automake --add-missing --verbose' output.
    
    * automake.in (scan_autoconf_files): Sort loop over
    %required_aux_file, for stable verbose output.
    Report by Bruno Haible.

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

Summary of changes:
 ChangeLog   |    4 ++++
 automake.in |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 38b2a38..b6a4ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-07  Ralf Wildenhues  <address@hidden>
 
+       * automake.in (scan_autoconf_files): Sort loop over
+       %required_aux_file, for stable verbose output.
+       Report by Bruno Haible.
+
        * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub,
        lib/texinfo.tex: Sync from upstream.
 
diff --git a/automake.in b/automake.in
index 2a295f8..e708809 100755
--- a/automake.in
+++ b/automake.in
@@ -5131,8 +5131,9 @@ sub scan_autoconf_files ()
   # check must be done for every run, even those where we are only
   # looking at a subdir Makefile.  We must set relative_dir for
   # maybe_push_required_file to work.
+  # Sort the files for stable verbose output.
   $relative_dir = '.';
-  foreach my $file (keys %required_aux_file)
+  foreach my $file (sort keys %required_aux_file)
     {
       require_conf_file ($required_aux_file{$file}->get, FOREIGN, $file)
     }


hooks/post-receive
--
GNU Automake




reply via email to

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