Check-in [08887d8e7c]
Overview
Comment:Fixed downloading of tcc4tcl
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 08887d8e7c36759e6d6f8ed0a325d7d94b1c00cd
User & Date: rkeene on 2016-03-11 17:28:35
Other Links: manifest | tags
Context
2016-03-11
17:34
Fixed TLS build script to try to use a default C compiler if none was specified check-in: 1d07033648 user: rkeene tags: trunk
17:28
Fixed downloading of tcc4tcl check-in: 08887d8e7c user: rkeene tags: trunk
2016-03-08
19:53
Merged private commit check-in: c51d83c360 user: dbohdan tags: trunk
Changes

Modified tcc4tcl/build.sh from [4a37f7a73e] to [b283812308].

37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
fi
export TCL_VERSION

if [ ! -f "${SRC}" ]; then
	mkdir 'src' >/dev/null 2>/dev/null

	if [ ! -d 'buildsrc' ]; then
		download "${SRCURL}" "${SRC}.tmp" "${SRCHASH}" || exit 1
	fi
fi

(
	cd 'build' || exit 1

	if [ ! -d '../buildsrc' ]; then







|







37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
fi
export TCL_VERSION

if [ ! -f "${SRC}" ]; then
	mkdir 'src' >/dev/null 2>/dev/null

	if [ ! -d 'buildsrc' ]; then
		download "${SRCURL}" "${SRC}" "${SRCHASH}" || exit 1
	fi
fi

(
	cd 'build' || exit 1

	if [ ! -d '../buildsrc' ]; then