Overview
SHA1: | a292122a043202f53f20ea16d9831da62f0feff8 |
---|---|
Date: | 2014-05-19 03:53:15 |
User: | rkeene |
Comment: | Corrected path |
Timelines: | family | ancestors | descendants | both | trunk |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | folders | manifest |
Tags And Properties
- branch=trunk inherited from [0864309db2]
- sym-trunk inherited from [0864309db2]
Context
2014-05-19
| ||
04:18 | [bdb920afdb] Corrected issue introduced in [d56c4a3049f6555b] where projects where always attempted to be linked against if they were attempted to be compiled (but failed) (user: rkeene, tags: trunk) | |
03:53 | [a292122a04] Corrected path (user: rkeene, tags: trunk) | |
03:41 | [36ec37fe61] Moved "fake-uname" hack into regular patch against Tcl (user: rkeene, tags: trunk) | |
Changes
Modified tcl/patchscripts/fix-crosscompile.sh from [ee28047116] to [d9ee5d652f].
134 135 136 137 138 139 140 141 142 143 144 145 |
done echo "${retval}" | sed 's@^ *@@;s@ *$@@' _EOF_ chmod +x fake-bin/fake-uname sed 's|`uname |`'"$(pwd)"'/fake-bin/fake-uname |g' "${TCLPRIVATE}/unix/configure" > "${TCLPRIVATE}/unix/configure.new" cat "${TCLPRIVATE}/unix/configure.new" > "${TCLPRIVATE}/unix/configure" rm -f "${TCLPRIVATE}/unix/configure.new" exit 0 |
| | | |
134 135 136 137 138 139 140 141 142 143 144 145 |
done echo "${retval}" | sed 's@^ *@@;s@ *$@@' _EOF_ chmod +x fake-bin/fake-uname sed 's|`uname |`'"$(pwd)"'/fake-bin/fake-uname |g' unix/configure > unix/configure.new cat unix/configure.new > unix/configure rm -f unix/configure.new exit 0 |