summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-05-22 22:29:18 (GMT)
committerNed Deily <nad@acm.org>2014-05-22 22:29:18 (GMT)
commitea457ad8dfad496103c7105f97d0e191a943b945 (patch)
treef226625f38e50237eca87f03cf9884621661f35d /Mac
parent644b8f52a81cf5d9d8ae263a82541b738872ca46 (diff)
parent729148b21762a639895e96a4e772ea2803540420 (diff)
downloadcpython-ea457ad8dfad496103c7105f97d0e191a943b945.zip
cpython-ea457ad8dfad496103c7105f97d0e191a943b945.tar.gz
cpython-ea457ad8dfad496103c7105f97d0e191a943b945.tar.bz2
Issue #21383: OS X installer builds now use "make touch".
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index a67a606..74c2746 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -985,6 +985,9 @@ def buildPython():
shellQuote(WORKDIR)[1:-1],
shellQuote(WORKDIR)[1:-1]))
+ print("Running make touch")
+ runCommand("make touch")
+
print("Running make")
runCommand("make")