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

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


http://hg.python.org/cpython/rev/15b5559b1068
changeset:   90783:15b5559b1068
branch:      3.4
parent:      90775:b3a65318fb2c
user:        Ned Deily <nad at acm.org>
date:        Thu May 22 15:28:06 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