Overview
Comment: | Updated to not use broken pre-generated Makefiles with Tk |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | fb277571b46f343d590abb9233ad83689bfdc8d9 |
User & Date: | rkeene on 2011-10-03 19:08:57 |
Other Links: | manifest | tags |
Context
2011-10-03
| ||
19:26 | Updated to warn if KitCreator is run and "pre.sh" has not been run check-in: 95c04d527f user: rkeene tags: trunk | |
19:08 | Updated to not use broken pre-generated Makefiles with Tk check-in: fb277571b4 user: rkeene tags: trunk | |
19:04 | Updated to not use broken pre-generated Makefiles check-in: e51ad4b533 user: rkeene tags: trunk | |
Changes
Modified tk/build.sh from [73621b259f] to [228f428c97].
143 143 dir="win" 144 144 fi 145 145 146 146 # Remove previous directory's "tkConfig.sh" if found 147 147 rm -f 'tkConfig.sh' 148 148 149 149 cd "${BUILDDIR}/${dir}" || exit 1 150 + 151 + # Remove broken pre-generated Makfiles 152 + rm -f GNUmakefile Makefile makefile 150 153 151 154 if [ "${dir}" = "win" ]; then 152 155 # Statically link Tk to Tclkit if we are compiling for 153 156 # Windows 154 157 STATICTK="1" 155 158 156 159 if [ "${win64}" = "1" ]; then