Check-in [8271861c61]
Overview
Comment:Updated to copy more files from unix/ to macosx/ in Tcl and Tk
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8271861c616a1e03b1f991fef01c2113033d9418
User & Date: rkeene on 2011-10-03 20:39:28
Other Links: manifest | tags
Context
2011-10-05
18:42
Updated to build Solaris/SPARC tests targetting Solaris 8 check-in: acb9725083 user: rkeene tags: trunk
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

Changes

Modified tcl/patchscripts/macosx-fixheaders.sh from [818ba6fc75] to [a2a67ecc4a].

1
2
3
4
5
#! /bin/bash

cp unix/*.h macosx/

exit 0


|


1
2
3
4
5
#! /bin/bash

cp unix/*.h unix/install-sh macosx/

exit 0

Modified tk/patchscripts/macosx-fixheaders.sh from [818ba6fc75] to [a2a67ecc4a].

1
2
3
4
5
#! /bin/bash

cp unix/*.h macosx/

exit 0


|


1
2
3
4
5
#! /bin/bash

cp unix/*.h unix/install-sh macosx/

exit 0