]> granicus.if.org Git - python/commitdiff
Issue #21383: OS X installer builds now use "make touch".
authorNed Deily <nad@acm.org>
Thu, 22 May 2014 22:28:06 +0000 (15:28 -0700)
committerNed Deily <nad@acm.org>
Thu, 22 May 2014 22:28:06 +0000 (15:28 -0700)
Mac/BuildScript/build-installer.py

index a67a60662d20680c7fbecfd7fce52d4d89e3194a..74c274646a9b0e072183ef40b32aca8fc35b7d95 100755 (executable)
@@ -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")