simon-git: doit (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Aug 26 06:18:12 BST 2017
TL;DR:
9b9ff2e Prevent doit.obj from appearing in doit.zip.
Repository: https://git.tartarus.org/simon/doit.git
On the web: https://git.tartarus.org/?p=simon/doit.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2017-08-26 06:18:12
commit 9b9ff2e8094d8d36e98a4a202c1e5f3515d62211
web diff https://git.tartarus.org/?p=simon/doit.git;a=commitdiff;h=9b9ff2e8094d8d36e98a4a202c1e5f3515d62211;hp=9b5ad2d869942cba844b2e438d8df2067574f47d
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Aug 26 06:12:26 2017 +0100
Prevent doit.obj from appearing in doit.zip.
Changing the Windows build setup to avoid using a delegation had a
consequence I hadn't predicted, which was that because we're no longer
using a 'return' command to ensure only doit.exe itself is copied back
out of the Windows build sub-environment, we leave intermediate build
products lying around the main build working dir, where the subsequent
zip of * into doit.zip will pick them up.
Easiest fix is to go back to using a delegation, even in the easy case.
Buildscr | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
More information about the tartarus-commits
mailing list