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

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


http://hg.python.org/cpython/rev/6f85967c908e
changeset:   90782:6f85967c908e
branch:      2.7
user:        Ned Deily <nad at acm.org>
date:        Thu May 22 15:27:01 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