Differences From Artifact [288a790a72]:
- Executable file kitcreator — part of check-in [fb09031888] at 2014-08-28 17:44:38 on branch trunk — Updated to Tcl 8.6.2 and updated to clear MAKEFLAGS environment variable, which can influence sub-builds (user: rkeene, size: 5230) [annotate] [blame] [check-ins using]
To Artifact [0b4c5bb22b]:
- Executable file kitcreator — part of check-in [90ea47d409] at 2014-08-28 18:13:45 on branch trunk — Updated to clear DESTDIR as well, since it also breaks the build (user: rkeene, size: 5238) [annotate] [blame] [check-ins using]
1 2 3 | #! /usr/bin/env bash # Clean variables which will interfere with the build | | | 1 2 3 4 5 6 7 8 9 10 11 | #! /usr/bin/env bash # Clean variables which will interfere with the build unset MAKEFLAGS DESTDIR # Determine appropriate mode mode="build" case "$1" in clean|distclean|build|retry) mode="$1" shift |
︙ | ︙ |