Check-in [d228cbfac5]
Overview
Comment:Updated to clean up additional projects
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:d228cbfac54c59d9e26c212ad48accfaa0e65c15
User & Date: rkeene on 2014-01-22 23:34:45
Other Links: manifest | tags
Context
2014-03-03
21:58
Merged console fixes in check-in: 4ae3806806 user: rkeene tags: trunk
2014-02-24
17:22
Added start of test for Tk on Win32 with noconsole check-in: 9481ffeac5 user: rkeene tags: tk-win32-noconsole-fix
2014-01-22
23:34
Updated to clean up additional projects check-in: d228cbfac5 user: rkeene tags: trunk
2014-01-08
08:26
Updated to remove some extraneous libraries on Windows from being considered sub-projects check-in: b98cd9cfd8 user: rkeene tags: trunk
Changes

Modified kitcreator from [b1de5629ac] to [e140ad3217].

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