Check-in [a292122a04]
Overview
Comment:Corrected path
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a292122a043202f53f20ea16d9831da62f0feff8
User & Date: rkeene on 2014-05-19 03:53:15
Other Links: manifest | tags
Context
2014-05-19
04:18
Corrected issue introduced in [d56c4a3049f6555b] where projects where always attempted to be linked against if they were attempted to be compiled (but failed) check-in: bdb920afdb user: rkeene tags: trunk
03:53
Corrected path check-in: a292122a04 user: rkeene tags: trunk
03:41
Moved "fake-uname" hack into regular patch against Tcl check-in: 36ec37fe61 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