From: Ned Deily Date: Thu, 22 May 2014 22:27:01 +0000 (-0700) Subject: Issue #21383: OS X installer builds now use "make touch". X-Git-Tag: v2.7.8~37^2~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb60d562caa99ead34664f5a27235d296bcba7e;p=thirdparty%2FPython%2Fcpython.git Issue #21383: OS X installer builds now use "make touch". --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index a67a60662d20..74c274646a9b 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")