automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, ng/master, created. v1.12.2


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, ng/master, created. v1.12.2-700-gef0f88c
Date: Fri, 27 Jul 2012 17:04:09 +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=ef0f88c18fe02f70aea0484a911531f61ecfa922

The branch, ng/master has been created
        at  ef0f88c18fe02f70aea0484a911531f61ecfa922 (commit)

- Log -----------------------------------------------------------------
commit ef0f88c18fe02f70aea0484a911531f61ecfa922
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 18:44:05 2012 +0200

    [ng] refactor: read 'serial-tests.am' more verbatim
    
    * lib/am/serial-tests.am: Adjust to use the "ifeq" built-in and
    the internal variable '$(am.conf.handle-exeext)' instead of the
    transform '%?HANDLE-EXEEXT%'.
    * automake.in (handle_tests): Use '&almost_verbatim' rather than
    '&file_contents' to read and process 'serial-tests.am'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit f82210f345531325d3f7200197af6a12f4cd8ab5
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 16:33:08 2012 +0200

    [ng] check: use few more GNU make capabilities
    
    We can do so now that the 'parallel-tests.am' file is now
    processed "almost verbatim" by Automake.
    
    * lib/am/parallel-tests.am (check-TESTS): Here, use "ifeq" to check
    whether $(AM_LAZY_CHECK) is "yes".  This removes the need for ...
    (am__remove_if_not_lazy_check): ... this variable, which has thus
    been removed.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 115281f351a1b55811b627d313e041f56ba1148e
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 16:19:47 2012 +0200

    [ng] check: prefer '#' over '##' for some comments
    
    * lib/am/parallel-tests.am: Here.  This will make it easier for someone
    reading the generated Makefile.in to understand what is going on.

commit 77d61950a5a0c9ce760b9a5603ee2bd544adc3b4
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 16:13:01 2012 +0200

    [ng] cosmetics: remove a partly obsolete, partly redundant comment
    
    * lib/am/parallel-tests.am (recheck): Here.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit d8d26befac77fd510a2415b2560fd16400d7d5e6
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 15:23:52 2012 +0200

    [ng] refactor: read 'parallel-tests.am' more verbatim
    
    * automake.in (handle_tests): Process 'parallel-tests.am' with
    '&almost_verbatim', not with '&file_contents'.  As a related
    change, we now *must* include 'color-tests.am' explicitly.
    * lib/am/parallel-tests.am: Related adjustments.  In particular,
    remove use of explicit '!' verbatim-escaping of some sections,
    and do not try to include 'color-tests.am'.
    * lib/am/serial-tests.am: Do not include 'color-tests.am'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 599ee404cde64c516c7c5041d099702eea2ea3c1
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 15:01:43 2012 +0200

    [ng] cosmetics: improve a comment
    
    * lib/am/parallel-tests.am (am.test-suite.test-bases): About this variable.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 0130f3cfaa4cddd01ca2ccdd4d1428a5220ff13d
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:55:36 2012 +0200

    [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit d2e6baa1d567a8923723385a023ea171519b9a59
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:54:23 2012 +0200

    [ng] rename: am__test_* -> am.test-suite.test-*
    
    That is:
    
        am__test_bases    ->  am.test-suite.test-bases
        am__test_logs     ->  am.test-suite.test-logs
        am__test_results  ->  am.test-suite.test-results
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit dda8a559f69d1fa6048cc005a69da489f568109a
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:46:38 2012 +0200

    [ng] rename: am__xfail_test_bases -> am.test-suite.xfail-test-bases
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 45371f9b638bcd3cb5a219d75e98cf627c022415
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:38:12 2012 +0200

    [ng] rename: am__get_test_bases -> am.test-suite.get-test-bases
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit e09c86e578dcf9b53d7578577432079b2c36b397
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:33:55 2012 +0200

    [ng] rename: am__count_test_result -> am.test-suite.count-results
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 0b820849a064ba97a90355ceda2bf04c4a3b1db2
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:20:31 2012 +0200

    [ng] rename: am__handle_per_suffix_test -> am.test-suite.handle-suffix
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit dc301dd6d7fa8437cc92691f5b562ebc6f6d438c
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:18:17 2012 +0200

    [ng] rename: am__runtest -> am.test-suite.runtest
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 30129d41164615333205b2220bfe29dc20651014
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:09:47 2012 +0200

    [ng] cosmetics: update a couple of outdated references in comments
    
    * lib/tap-driver.pl, lib/test-driver: Here, about synchronization of
    definition of ANSI color escapes with the relevant makefile fragments.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit c0395a4e0d27483b9235e160b27a8d8c2e34748a
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:04:24 2012 +0200

    [ng] rename: am__tty_colors -> am.test-suite.tty-colors
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit fb645bdb43b3217e36d2ebfb0649a6a253263b1b
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:02:28 2012 +0200

    [ng] rename: am__rst_title -> am.test-suite.rst-title
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 80572bf4da010d7eb768024787a38ff2d3c0260c
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 14:00:54 2012 +0200

    [ng] rename: am__create_global_log -> am.test-suite.create-global-log
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 08d9fa249b1713e0c306771429c7891320fa977c
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:31:09 2012 +0200

    [ng] rename: am.test-harness.* -> am.test-suite.*
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit f58810d1df9c4c6d48e63b3e2bfcbc276dd860dc
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:28:30 2012 +0200

    [ng] rename: am__list_recheck_tests -> am.test-suite.list-tests-to-recheck
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 47475578968585536be8860a32adb7e2d8088ef7
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:26:26 2012 +0200

    [ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 207d7e7b440b78c1a2320419825b808183903cf6
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:22:03 2012 +0200

    [ng] rename: am__copy_in_global_log_rx -> 
am.test-suite.rx.copy-in-global-log
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 19867565c4c59061f46df8da4e4de6e130964376
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:18:13 2012 +0200

    [ng] rename: am__global_test_result_rx -> am.test-suite.rx.global-result
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 3a0356705484a4ccbb61f0e5f365a7c9d7b763b9
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:03:06 2012 +0200

    [ng] rename: am__recheck_rx -> am.test-suite.rx.recheck
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 9e7f8ae0ec53617fac548a5fe14cc714a3f1aa2f
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 13:01:39 2012 +0200

    [ng] rename: am__test_result_rx -> am.test-suite.rx.result
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit eb48be804d31da4aff677a15d111135299f07d49
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 12:08:01 2012 +0200

    [ng] check: reduce code duplication in some auxiliary variables
    
    * lib/am/parallel-tests.am (am.test-suite.awk-trs-loop/BEGIN,
    am.test-suite.awk-trs-loop/END, am.test-suite.awk-functions): New, hold
    fragments of awk scripts extracted from (and common to) ...
    (am__create_global_log, am__count_test_result): ... these variables.
    Some related improvements to comments, and minor reformatting.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 78912201b96ce406713c2d312774e0e4bbd363f5
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 11:28:37 2012 +0200

    [ng] tests: fix a spurious failure
    
    * t/override-conditional-1.sh: Here, due to the recent edits
    of 'lib/am/header-vars.am'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 2cabb73572a7fd4b0291ec44ade3b8e42b803c76
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 11:22:08 2012 +0200

    [ng] cosmetics: fix some font-lock problems for vim
    
    * lib/am/parallel-tests.am: Here, by avoiding few occurrences of
    the single-quote characters in comments.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 634f9a53d3a7981191ae7e1b241332cba6b43632
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 11:13:26 2012 +0200

    [ng] header vars: prefer '#' comments over '##' ones; improve few comments
    
    * lib/am/header-vars.am: Here, throughout the file.  This will make it
    easier for someone reading the generated Makefile.in to understand what
    it's going on.  And improve/fix few existing comments while at it.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit d0ded550bb6eb4aa17624852a16db381d34914a9
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 10:38:49 2012 +0200

    [ng] header vars: fix comment on why DESTDIR is not explicitly initialized
    
    * lib/am/header-vars.am (DESTDIR): It's because we want to allow it to
    be defined from the environment, for compatibility with mainline Automake.
    For better clarity, define an (empty) default with the line "DESTDIR ?=",
    instead of with the commented-out definition "# DESTDIR=".
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit c0344626306dab5a8f5714c52740878371903a9d
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 10:32:58 2012 +0200

    [ng] vars: remove variable $(am__sh_e_setup)
    
    The comments to that variable claimed that "set +e" in the shell was
    an XSI extension, but the Automake testsuite since at least 1.11 (which
    was run several times with some weak, non-POSIX vendor /bin/sh) used it
    in the test script, with not problem whatsoever.  So we don't actually
    need the safety net provided by $(am__sh_e_setup): we can simply use
    'set +e' in the relevant recipes.
    
    * lib/am/header-vars.am (am__sh_e_setup): Remove.
    * lib/am/parallel-tests.am: Remove usages; simply inline 'set +e' instead.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 783c0e6879e3c575fc88532c636703b03f9c64d9
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 10:24:28 2012 +0200

    [ng] header vars: less use of @SUBST@ occurrences
    
    * lib/am/header-vars.am: Use $(PACKAGE) and $(srcdir) throughout
    rather than @PACKAGE@ and @address@hidden
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 2613f8a58cf14312d2386aa1a4624b3e45bb7158
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 10:18:13 2012 +0200

    [ng] header vars: move check for GNU make version earlier
    
    * lib/am/header-vars.am: Move the check that the version of GNU make
    in use is modern enough before everything else.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 02461fa1e05201f1acbf811fc793da2eaf27b8d6
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jul 27 10:11:48 2012 +0200

    [ng] header vars: remove few old redundant variables
    
    * lib/am/header-vars.am (target_triplet, host_triplet, build_triplet):
    Remove these, redundant because aliases respectively for the variables
    $(target), $(host) and $(build).  See also:
    <http://lists.gnu.org/archive/html/automake/2012-07/msg00058.html>
    * lib/am/dejagnu.am: Adjust.
    * NG-NEWS: Update.
    * doc/automake-ng.texi: Adjust.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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


hooks/post-receive
-- 
GNU Automake



reply via email to

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