Overview
| Comment: | Updated to hide warnings while running kitcreator distclean in pre.sh
 Added workaround for Mac OS X referencing headers in "tclInt.h" that it does not setup a way access using tclConfig.sh  | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
b13d288f200955c67c31c03d14ce0af6 | 
| User & Date: | rkeene on 2011-10-03 20:20:55 | 
| Other Links: | manifest | tags | 
Context
| 
   2011-10-03 
 | ||
| 20:39 | Updated to copy more files from unix/ to macosx/ in Tcl and Tk check-in: 8271861c61 user: rkeene tags: trunk | |
| 20:20 | 
Updated to hide warnings while running kitcreator distclean in pre.sh
 Added workaround for Mac OS X referencing headers in "tclInt.h" that it does not setup a way access using tclConfig.sh check-in: b13d288f20 user: rkeene tags: trunk | |
| 19:54 | Fixed bug in checking for the need to run "build/pre.sh" check-in: eaa71f15f8 user: rkeene tags: trunk | |
Changes
Modified build/pre.sh from [2ce5e55131] to [aada9fa406].
1 2  | #! /bin/bash  | |  | 1 2 3 4 5 6 7 8 9 10  | 
#! /bin/bash
./kitcreator distclean >/dev/null 2>/dev/null
KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)"
export KITSHROOTDIR
(
	cd "${KITSHROOTDIR}" || exit 1
	autoconf; autoheader
 | 
| ︙ | ︙ | 
Added tcl/patchscripts/macosx-fixheaders.sh version [818ba6fc75].
> > > > >  | 1 2 3 4 5  | #! /bin/bash cp unix/*.h macosx/ exit 0  | 
Added tk/patchscripts/macosx-fixheaders.sh version [818ba6fc75].
> > > > >  | 1 2 3 4 5  | #! /bin/bash cp unix/*.h macosx/ exit 0  |