Differences From Artifact [6536148eb0]:
- Executable file
build/pre.sh
— part of check-in
[a15ed07178]
at
2010-10-14 07:41:50
on branch trunk
— Added patch for Tcl 8.4.19 to support compiling on Haiku
Updated release script to release patchscripts for Tcl (user: rkeene, size: 618) [annotate] [blame] [check-ins using]
To Artifact [2ce5e55131]:
- Executable file build/pre.sh — part of check-in [3510b6d25d] at 2011-05-23 17:55:20 on branch merge-kitdll-kitsh-common — Removed kitdll pre code (user: rkeene, size: 367) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
11 12 13 14 15 16 17 | rm -rf autom4te.cache rm -f *~ ./configure || exit 1 make boot.tcl.h make zipvfs.tcl.h | < < < < < < < < < < < < < < < | 11 12 13 14 15 16 17 18 19 20 21 22 23 | rm -rf autom4te.cache rm -f *~ ./configure || exit 1 make boot.tcl.h make zipvfs.tcl.h make distclean ) || exit 1 rm -f tcl/patchscripts/dietlibc.sh find . -name '.*.sw?' -type f | xargs rm -f |