Check-in [b29659c9d1]
Overview
Comment:Updated to remove "pkgs" directory from Tcl when doing a minimal build
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b29659c9d125edc413cc82b6490ff0c1f09135cd
User & Date: rkeene on 2011-03-03 11:30:07
Other Links: manifest | tags
Context
2011-03-03
11:50
Updated link to tests to point to online Fossil repo

Unified link to home page check-in: d5fb66316b user: rkeene tags: trunk

11:30
Updated to remove "pkgs" directory from Tcl when doing a minimal build check-in: b29659c9d1 user: rkeene tags: trunk
05:01
Added support for disabling "visibility=hidden" when building KitDLL check-in: a49ee9121f user: rkeene tags: trunk
Changes

Added tcl/patchscripts/minbuild-nopkgs.sh version [d1143d6e77].











>
>
>
>
>
1
2
3
4
5
#! /bin/bash

if [ -n "${KITCREATOR_MINBUILD}" ]; then
	rm -rf 'pkgs'
fi