Differences From Artifact [9196d0a46c]:
- Executable file kitcreator — part of check-in [79bd6dfe51] at 2016-09-06 05:18:25 on branch trunk — Updated TLS package to use new simplified build system, requiring further refinement as well (user: rkeene, size: 8603) [annotate] [blame] [check-ins using]
To Artifact [4aecbd19cc]:
- Executable file kitcreator — part of check-in [c4271b4b95] at 2016-09-06 05:32:19 on branch trunk — Updated new build system to use a directory structure closer resembling the old one for building (user: rkeene, size: 8575) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - | # Always rebuild kitsh rm -f "kitsh/.success" for pkg in ${KITCREATOR_ALLPKGS} ${KITCREATOR_PKGS}; do if [ "${mode}" != "retry" -o ! -f "${pkg}/.success" ]; then rm -f "${pkg}/build.log" "${pkg}/.success" rm -rf "${pkg}/out" "${pkg}/inst" "${pkg}/build" |
︙ |