[Python-checkins] cpython (merge 3.4 -> default): Issue #21383: OS X installer builds now use "make touch".

ned.deily python-checkins at python.org
Fri May 23 00:30:41 CEST 2014


http://hg.python.org/cpython/rev/24f198c520c1
changeset:   90784:24f198c520c1
parent:      90779:09371221e59d
parent:      90783:15b5559b1068
user:        Ned Deily <nad at acm.org>
date:        Thu May 22 15:29:18 2014 -0700
summary:
  Issue #21383: OS X installer builds now use "make touch".

files:
  Mac/BuildScript/build-installer.py |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -985,6 +985,9 @@
         shellQuote(WORKDIR)[1:-1],
         shellQuote(WORKDIR)[1:-1]))
 
+    print("Running make touch")
+    runCommand("make touch")
+
     print("Running make")
     runCommand("make")
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list