commit | fbb60d562caa99ead34664f5a27235d296bcba7e | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Thu May 22 15:27:01 2014 -0700 |
committer | Ned Deily <nad@acm.org> | Thu May 22 15:27:01 2014 -0700 |
tree | d93961299e9f5291ea4497cc81d87e1b754d48ef | |
parent | ac1bb817323ff5fd90033440879d02f01c77d55a [diff] |
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 a67a606..74c2746 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py
@@ -985,6 +985,9 @@ shellQuote(WORKDIR)[1:-1], shellQuote(WORKDIR)[1:-1])) + print("Running make touch") + runCommand("make touch") + print("Running make") runCommand("make")