automake-patches
[Top][All Lists]
Advanced

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

FYI: one more mkdir_p -> MKDIR_P


From: Alexandre Duret-Lutz
Subject: FYI: one more mkdir_p -> MKDIR_P
Date: Sun, 20 Aug 2006 17:46:00 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

I'm checking this in.

2006-08-20  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (maintainer-check): Check for mkdir_p in automake.in
        too.
        * automake.in (require_build_directory): Use MKDIR_P, not mkdir_p.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1628
diff -u -r1.1628 automake.in
--- automake.in 19 Aug 2006 18:31:50 -0000      1.1628
+++ automake.in 20 Aug 2006 15:45:12 -0000
@@ -4032,7 +4032,7 @@
     }
   else
     {
-      # Use $(install_sh), not $(mkdir_p) because the latter requires
+      # Use $(install_sh), not $(MKDIR_P) because the latter requires
       # at least one argument, and $(mkinstalldirs) used to work
       # even without arguments (e.g. $(mkinstalldirs) $(conditional_dir)).
       define_variable ('mkinstalldirs', '$(install_sh) -d', INTERNAL);
@@ -7294,7 +7294,7 @@
   $clean_files{$dirstamp} = DIST_CLEAN;
 
   $output_rules .= ("$dirstamp:\n"
-                   . "address@hidden(mkdir_p) $directory\n"
+                   . "address@hidden(MKDIR_P) $directory\n"
                    . "\t\@: > $dirstamp\n");
 
   return $dirstamp;

-- 
Alexandre Duret-Lutz

Shared books are happy books.     http://www.bookcrossing.com/friend/gadl





reply via email to

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