automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.5-53-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.5-53-g0093d5e
Date: Fri, 14 Dec 2012 16:41:25 +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=0093d5e3eb56afd4da47cf7b54a68aae3ffddad3

The branch, maint has been updated
       via  0093d5e3eb56afd4da47cf7b54a68aae3ffddad3 (commit)
      from  454a1acda60854294ca6953621150707c037ee9a (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 0093d5e3eb56afd4da47cf7b54a68aae3ffddad3
Author: Stefano Lattarini <address@hidden>
Date:   Fri Dec 14 17:17:20 2012 +0100

    maint: prefer $(MKDIR_P) over $(mkinstalldirs) in maintainer rules
    
    * maint.mk (check-coverage-run, recheck-coverage-run): Here.  This
    is especially useful since $(mkinstalldirs) is no longer available
    in Automake-NG.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 maint.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/maint.mk b/maint.mk
index 236ebc6..9853e6d 100644
--- a/maint.mk
+++ b/maint.mk
@@ -67,7 +67,7 @@ PERL_COVERAGE_FLAGS = 
-MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary
 PERL_COVER = cover
 
 check-coverage-run recheck-coverage-run: %-coverage-run: all
-       $(mkinstalldirs) $(PERL_COVERAGE_DB)
+       $(MKDIR_P) $(PERL_COVERAGE_DB)
        PERL5OPT="$$PERL5OPT $(PERL_COVERAGE_FLAGS)"; export PERL5OPT; \
        WANT_NO_THREADS=yes; export WANT_NO_THREADS; unset AUTOMAKE_JOBS; \
        $(MAKE) $*


hooks/post-receive
-- 
GNU Automake



reply via email to

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