aboutsummaryrefslogtreecommitdiff
path: root/make-bootstrap-jim
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-04-04 05:24:45 +1000
committerSteve Bennett <steveb@workware.net.au>2016-08-17 15:57:39 +1000
commit97fd55353a2cc0b874e30a3c3ed63bf0ec2edc59 (patch)
treeaa646c63d7be3ae0e5fd99673fa0a7a500056682 /make-bootstrap-jim
parent0f35c013121121193b8f12e59015cf9c2da4ae10 (diff)
downloadjimtcl-97fd55353a2cc0b874e30a3c3ed63bf0ec2edc59.zip
jimtcl-97fd55353a2cc0b874e30a3c3ed63bf0ec2edc59.tar.gz
jimtcl-97fd55353a2cc0b874e30a3c3ed63bf0ec2edc59.tar.bz2
bootstrap: Add minimal package require support
Makes it easier to run the test suite if a minmal 'package require' is supported. Also omit SSL code from jim-aio.c Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'make-bootstrap-jim')
-rwxr-xr-xmake-bootstrap-jim2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-bootstrap-jim b/make-bootstrap-jim
index 929eb4e..ba3b2f8 100755
--- a/make-bootstrap-jim
+++ b/make-bootstrap-jim
@@ -44,7 +44,7 @@ cexts="aio readdir regexp file exec clock array"
tclexts="bootstrap initjimsh glob stdlib tclcompat"
# Note ordering
-allexts="bootstrap aio readdir glob regexp file exec clock array stdlib tclcompat"
+allexts="bootstrap aio readdir regexp file glob exec clock array stdlib tclcompat"
echo "/* This is single source file, bootstrap version of Jim Tcl. See http://jim.tcl.tk/ */"