Differences From
Artifact [99ffc9d1a8]:
26 26 if [ -f 'build/pre.sh' ]; then
27 27 if ! find 'kitsh/buildsrc/' -name configure -type f 2>/dev/null | grep configure >/dev/null; then
28 28 echo "Please remember to run 'build/pre.sh' if you expect this build to work." >&2
29 29 fi
30 30 fi
31 31
32 32 # Define the list of all packages, for cleaning purposes
33 -KITCREATOR_ALLPKGS="kitsh tcl tclvfs zlib tk itcl mk4tcl thread dbus tls tclx tcc4tcl tcllib"
33 +KITCREATOR_ALLPKGS="kitsh tcl tclvfs zlib tk itcl mk4tcl thread dbus tls tclx tcc4tcl tcllib udp"
34 34
35 35 # Always rebuild kitsh
36 36 rm -f "kitsh/.success"
37 37 for pkg in ${KITCREATOR_ALLPKGS} ${KITCREATOR_PKGS}; do
38 38 if [ "${mode}" != "retry" -o ! -f "${pkg}/.success" ]; then
39 39 rm -f "${pkg}/build.log" "${pkg}/.success"
40 40 rm -rf "${pkg}/out" "${pkg}/inst" "${pkg}/build"