automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, experimental/automake-ng, c


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, experimental/automake-ng, created. v1.11-1662-g686d96f
Date: Sat, 31 Dec 2011 07:58:47 +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=686d96f8c4dbe7443d5bd637b3f43dea55f59003

The branch, experimental/automake-ng has been created
        at  686d96f8c4dbe7443d5bd637b3f43dea55f59003 (commit)

- Log -----------------------------------------------------------------
commit 686d96f8c4dbe7443d5bd637b3f43dea55f59003
Author: Stefano Lattarini <address@hidden>
Date:   Wed Dec 28 11:29:35 2011 +0100

    [ng] tests: GNU make doesn't perform VPATH rewrites
    
    * tests/parallel-tests8.test: Remove extra hacks that accounted
    for the possibility of VPATH rewrites, since GNU make performs
    none.
    * tests/suffix10.tap: Likewise.
    * tests/suffix11.tap: Likewise.
    * tests/suffix12.test: Likewise.
    * tests/suffix13.test: Likewise.
    * tests/suffix3.tap: Likewise.
    * tests/suffix5.test: Likewise.
    * tests/suffix8.tap: Likewise.
    * tests/java-compile-run-flat.test: Likewise, and simplify by
    assuming that the special make variable `$<' is available also
    in common rules, not only in suffix rules.
    * tests/java-compile-run-nested.test: Likewise.

commit d8163f04fd1ceb5f6be992250728e05d59e3002b
Author: Stefano Lattarini <address@hidden>
Date:   Wed Dec 28 11:29:35 2011 +0100

    [ng] test defs: don't unset variables not influential on GNU make
    
    * tests/defs (__MKLVL__): Don't unset, it was influential only
    for BSD make, not GNU make.
    (MAKE_JOBS_FIFO): Likewise.
    (DMAKE_CHILD): Don't unset, it was influential only for Solaris
    dmake, not GNU make.
    (DMAKE_DEF_PRINTED): Likewise.
    (DMAKE_MAX_JOBS): Likewise.

commit 83d8f37547b5ad74ac4b9e6eb82c8ccf2027f077
Author: Stefano Lattarini <address@hidden>
Date:   Wed Dec 28 11:29:35 2011 +0100

    [ng] tests: just assume make can chain suffix rules automatically
    
    * Makefile.am (sc_tests_make_can_chain_suffix_rules): New
    maintainer-check.
    (syntax_check_rules): Add it.
    * tests/defs (make_can_chain_suffix_rules): Remove this function.
    * tests/suffix-chain.tap: Remove `make_can_chain_suffix_rules'
    usages, and, where possible, simplify code and logic by assuming
    that $MAKE can always chain suffix rules automatically.
    * tests/suffix3.tap: Likewise.
    * tests/suffix8.tap: Likewise.
    * tests/suffix10.tap: Likewise.
    * tests/suffix11.tap: Likewise.

commit 99565b96d103dfc672224463515a54eebb481faf
Author: Stefano Lattarini <address@hidden>
Date:   Wed Dec 28 11:29:35 2011 +0100

    [ng] tests: no need explicitly check whether $MAKE is GNU make
    
    Automake-NG assumes the use of GNU make unconditionally, so test
    cases should never check explicitly whether the make program
    being used in the test suite is indeed GNU make.
    
    * Makefile.am (sc_tests_no_gmake_checking): New maintainer check.
    (syntax_check_rules): Add it.
    * tests/defs (using_gmake): Remove this function.
    (make_can_chain_suffix_rules): Simplify by always assuming that
    $MAKE is GNU make.
    * tests/aclocal4.test: Remove usages of `using_gmake', and, where
    possible, simplify code and logic by assuming that $MAKE is always
    GNU make.
    * tests/check4.test: Likewise.
    * tests/distcheck-missing-m4.test: Likewise.
    * tests/distcheck-outdated-m4.test: Likewise.
    * tests/lex5.test: Likewise.
    * tests/maken4.test: Likewise.
    * tests/output6.test: Likewise.
    * tests/parallel-tests-fork-bomb.test: Likewise.
    * tests/remake-deleted-m4-file.test: Likewise.
    * tests/remake-gnulib-add-acsubst.test: Likewise.
    * tests/remake-gnulib-add-header.test: Likewise.
    * tests/remake-gnulib-remove-header.test: Likewise.
    * tests/remake-moved-m4-file.test: Likewise.
    * tests/remake-renamed-m4-file.test: Likewise.
    * tests/remake-renamed-m4-macro-and-file.test: Likewise.
    * tests/remake-renamed-m4-macro.test: Likewise.
    * tests/remake-renamed-am.test: Likewise.
    * tests/remake-subdir-from-subdir.test: Likewise.
    * tests/remake-subdir.test: Likewise.
    * tests/remake10a.test: Likewise.
    * tests/remake10b.test: Likewise.
    * tests/remake10c.test: Likewise.
    * tests/remake12.test: Likewise.
    * tests/remake5.test: Likewise.
    * tests/remake8a.test: Likewise.
    * tests/remake8b.test: Likewise.
    * tests/remake9a.test: Likewise.
    * tests/remake9b.test: Likewise.
    * tests/remake9c.test: Likewise.
    * tests/remake9d.test: Likewise.
    * tests/subpkg-yacc.test: Likewise.
    * tests/version7.test: Likewise.

commit 2490b27b5356150c2eb4b31286440e39a68f8271
Author: Stefano Lattarini <address@hidden>
Date:   Wed Dec 28 11:29:35 2011 +0100

    [ng] tests: no need to explicitly require GNU make
    
    Automake-NG assumes the use of GNU make unconditionally, so
    test cases should never require GNU make explicitly.
    
    * Makefile.am (sc_tests_no_gmake_requirement): New maintainer
    check.
    (syntax_check_rules): Add it.
    * tests/defs (GNUmake): Drop this requirement.
    * tests/colneq3.test: Drop "GNUmake" requirement.
    * tests/dollar.test: Likewise.
    * tests/extra10.test: Likewise.
    * tests/extra11.test: Likewise.
    * tests/extra12.test: Likewise.
    * tests/gnumake.test: Likewise.
    * tests/lisp8.test: Likewise.
    * tests/make.test: Likewise.
    * tests/makej.test: Likewise.
    * tests/maken2.test: Likewise.
    * tests/multlib.test: Likewise.
    * tests/parallel-tests3.test: Likewise.
    * tests/parallel-tests5.test: Likewise.
    * tests/remake-subdir-gnu.test: Likewise.
    * tests/suffix6b.test: Likewise.
    * tests/vala2.test: Likewise.
    * tests/vala3.test: Likewise.
    * tests/vala5.test: Likewise.
    * tests/yacc6.test: Likewise.

commit ffc06276706a7d62d9006bd1a942596bd9243d77
Author: Stefano Lattarini <address@hidden>
Date:   Wed Dec 28 11:29:35 2011 +0100

    [ng] begin: branching automake-ng
    
    This is the starting point of an experimental non-hostile fork
    of automake, whose generated makefiles will only target GNU
    make rather than portable make.
    
    * README: Update, and add references to and excerpts from the
    threads and discussions that motivated this fork.
    * AUTHORS: List myself as the person who started this fork.

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


hooks/post-receive
-- 
GNU Automake



reply via email to

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