Overview
Comment: | Updated to remove kitdll from releases since it is currently incomplete |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
914a6c9397bd95a889bcc16da28d55a8 |
User & Date: | rkeene on 2010-09-26 04:50:30 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:50 |
Updated to use "/proc/self/exe" rather than "/proc/<pid>/exe"
Updated to check for "/proc/curproc/file" (FreeBSD) check-in: 013d6b36f4 user: rkeene tags: trunk | |
04:50 | Updated to remove kitdll from releases since it is currently incomplete check-in: 914a6c9397 user: rkeene tags: trunk | |
04:50 | Fixed missing dependencies for EXTRA_OBJS in kit target check-in: f4f93d09a5 user: rkeene tags: trunk | |
Changes
Modified build/pre.sh from [af3b94cbc4] to [801a4c1f97].
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 | make boot.tcl.h make zipvfs.tcl.h make distclean ) || exit 1 rm -rf tcl/patchscripts/ find . -name '.*.sw?' -type f | xargs rm -f | > > | 16 17 18 19 20 21 22 23 24 25 26 | make boot.tcl.h make zipvfs.tcl.h make distclean ) || exit 1 rm -rf tcl/patchscripts/ rm -rf kitdll find . -name '.*.sw?' -type f | xargs rm -f |