emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100411: Regenerate configure


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100411: Regenerate configure
Date: Sat, 22 May 2010 13:26:01 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100411
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2010-05-22 13:26:01 +0200
message:
  Regenerate configure
modified:
  configure
=== modified file 'configure'
--- a/configure 2010-05-21 00:51:50 +0000
+++ b/configure 2010-05-22 11:26:01 +0000
@@ -9561,7 +9561,10 @@
    fi
    if test $ac_enable_autodepend = yes; then
       DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d'
-      MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR}'
+      ## In parallel builds, another make might create depdir between
+      ## the first test and mkdir, so stick another test on the end.
+      ## Or use mkinstalldirs?  mkdir -p is not portable.
+      MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}'
       deps_frag=autodeps.mk
    fi
 fi


reply via email to

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