diff options
author | Ned Deily <nad@acm.org> | 2014-05-22 22:29:18 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-05-22 22:29:18 (GMT) |
commit | ea457ad8dfad496103c7105f97d0e191a943b945 (patch) | |
tree | f226625f38e50237eca87f03cf9884621661f35d /Mac | |
parent | 644b8f52a81cf5d9d8ae263a82541b738872ca46 (diff) | |
parent | 729148b21762a639895e96a4e772ea2803540420 (diff) | |
download | cpython-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-x | 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 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") |