autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH v2 17/17] build: remove refs to obsolescent 'mkinstalldir' script


From: Stefano Lattarini
Subject: [PATCH v2 17/17] build: remove refs to obsolescent 'mkinstalldir' script and variable
Date: Mon, 6 May 2013 15:21:24 +0200

* .gitignore: Here.
* Makefile.am (check-coverage-run): Use $(MKDIR_P) rather than
$(mkinstalldirs).

Signed-off-by: Stefano Lattarini <address@hidden>
---
 .gitignore  | 1 -
 Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 033b037..3c0d75b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,6 @@ Makefile.in
 /build-aux/install-sh
 /build-aux/mdate-sh
 /build-aux/missing
-/build-aux/mkinstalldirs
 /config.cache
 /config.log
 /config.status
diff --git a/Makefile.am b/Makefile.am
index e1ec0d2..8f8e7c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -139,7 +139,7 @@ PERL_COVERAGE_FLAGS = 
-MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary
 PERL_COVER = cover
 
 check-coverage-run: all
-       $(mkinstalldirs) $(PERL_COVERAGE_DB)
+       $(MKDIR_P) $(PERL_COVERAGE_DB)
        PERL5OPT="$(PERL_COVERAGE_FLAGS)"; export PERL5OPT; \
        $(MAKE) $(AM_MAKEFLAGS) check
 
-- 
1.8.3.rc0.19.g7e6a0cc




reply via email to

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