Check-in [78bb12c14d]
Overview
Comment:Simplify change in the previous check-in.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 78bb12c14de66da5888e8748afa12d252a6a24e2
User & Date: mistachkin on 2015-10-08 18:32:01
Other Links: manifest | tags
Context
2015-10-15
14:21
Added NSF build script check-in: 2ae580efcd user: rkeene tags: trunk
2015-10-08
18:32
Simplify change in the previous check-in. check-in: 78bb12c14d user: mistachkin tags: trunk
18:29
Do not delete the Kit DLL after building it. check-in: 65edae117a user: mistachkin tags: trunk
Changes

Modified kitsh/build.sh from [330b21f385] to [fe33f09af3].

229
230
231
232
233
234
235
236
237
238
239
240
241
242
	cp "${KITTARGET_NAME}.new" "${KITTARGET_NAME}"
	rm -f "${KITTARGET_NAME}.new"

	# Cleanup
	if [ "${KITTARGET}" = "kitdll" ]; then
		## Remove built interpreters if we are building KitDLL --
		## they're just tiny stubs anyway
		rm -f kit kit.exe tclsh tclsh.exe
	fi

	exit 0
) || exit 1

exit 0







|






229
230
231
232
233
234
235
236
237
238
239
240
241
242
	cp "${KITTARGET_NAME}.new" "${KITTARGET_NAME}"
	rm -f "${KITTARGET_NAME}.new"

	# Cleanup
	if [ "${KITTARGET}" = "kitdll" ]; then
		## Remove built interpreters if we are building KitDLL --
		## they're just tiny stubs anyway
		rm -f kit kit.exe
	fi

	exit 0
) || exit 1

exit 0