[llvm] r210321 - Touch configure to force clang's config.h.in reconfiguration on the build servers

Alp Toker alp at nuanti.com
Fri Jun 6 03:36:38 PDT 2014


Author: alp
Date: Fri Jun  6 05:36:38 2014
New Revision: 210321

URL: http://llvm.org/viewvc/llvm-project?rev=210321&view=rev
Log:
Touch configure to force clang's config.h.in reconfiguration on the build servers

Gutted that this is needed, folks who care about keeping the legacy build
system alive should sort this out already.

Modified:
    llvm/trunk/configure

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=210321&r1=210320&r2=210321&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Fri Jun  6 05:36:38 2014
@@ -14,7 +14,7 @@
 ## M4sh Initialization.  ##
 ## --------------------- ##
 
-# Be Bourne compatible
+# Be Bourne compatible.
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:





More information about the llvm-commits mailing list