Differences From Artifact [801a4c1f97]:
- Executable file build/pre.sh — part of check-in [914a6c9397] at 2010-09-26 04:50:30 on branch trunk — Updated to remove kitdll from releases since it is currently incomplete (user: rkeene, size: 373) [annotate] [blame] [check-ins using]
To Artifact [af3b94cbc4]:
- Executable file
build/pre.sh
— part of check-in
[e854407d3f]
at
2010-09-26 04:45:57
on branch trunk
— Updated to support patching Tcl using scripts
Created internal build script to create statically linked Diet Libc-based Tclkits (user: rkeene, size: 358) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
17 18 19 20 21 22 23 | make zipvfs.tcl.h make distclean ) || exit 1 rm -rf tcl/patchscripts/ | < < | 17 18 19 20 21 22 23 24 | make zipvfs.tcl.h make distclean ) || exit 1 rm -rf tcl/patchscripts/ find . -name '.*.sw?' -type f | xargs rm -f |