From 729148b21762a639895e96a4e772ea2803540420 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 22 May 2014 15:28:06 -0700 Subject: [PATCH] Issue #21383: OS X installer builds now use "make touch". --- Mac/BuildScript/build-installer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index a67a60662d2..74c274646a9 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")