emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108205: Auto-commit of generated


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108205: Auto-commit of generated files.
Date: Fri, 02 Nov 2012 02:20:27 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108205
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-05-12 06:17:24 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2012-05-10 10:17:25 +0000
+++ b/autogen/configure 2012-05-12 10:17:24 +0000
@@ -7895,6 +7895,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
+
 if test "x$RANLIB" = x; then
   if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a 
program name with args.
@@ -10004,10 +10005,8 @@
    fi
    if test $ac_enable_autodepend = yes; then
       DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
-      ## In parallel builds, another make might create depdir between
-      ## the first test and mkdir, so stick another test on the end.
-      ## Or use install-sh -d?  mkdir -p is not portable.
-      MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}'
+      ## MKDIR_P is documented (see AC_PROG_MKDIR_P) to be parallel-safe.
+      MKDEPDIR='${MKDIR_P} ${DEPDIR}'
       deps_frag=autodeps.mk
    fi
 fi


reply via email to

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