Fossil SCM

Move the location of the external Tcl 8.6 directory into compat.

mistachkin 2013-06-19 02:57 trunk
Commit c107d5059640b0eebf0c0bcd9944aaffe7426291
--- .fossil-settings/ignore-glob
+++ .fossil-settings/ignore-glob
@@ -1,4 +1,4 @@
11
compat/openssl-1.0.1e/*
2
+compat/tcl-8.6/*
23
fossil
34
fossil.exe
4
-tcl-8.6/*
55
--- .fossil-settings/ignore-glob
+++ .fossil-settings/ignore-glob
@@ -1,4 +1,4 @@
1 compat/openssl-1.0.1e/*
 
2 fossil
3 fossil.exe
4 tcl-8.6/*
5
--- .fossil-settings/ignore-glob
+++ .fossil-settings/ignore-glob
@@ -1,4 +1,4 @@
1 compat/openssl-1.0.1e/*
2 compat/tcl-8.6/*
3 fossil
4 fossil.exe
 
5
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -430,11 +430,11 @@
430430
# here is to use the Sysinternals junction tool to create a hard
431431
# link between a "tcl-8.x" sub-directory of the Fossil source code
432432
# directory and the target Tcl directory. This removes the need to
433433
# hard-code the necessary paths in this Makefile.
434434
#
435
-TCLDIR = $(SRCDIR)/../tcl-8.6
435
+TCLDIR = $(SRCDIR)/../compat/tcl-8.6
436436
437437
#### The Tcl source code directory. This defaults to the same value as
438438
# TCLDIR macro (above), which may not be correct. This value will
439439
# only be used if the FOSSIL_TCL_SOURCE macro is defined.
440440
#
441441
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -430,11 +430,11 @@
430 # here is to use the Sysinternals junction tool to create a hard
431 # link between a "tcl-8.x" sub-directory of the Fossil source code
432 # directory and the target Tcl directory. This removes the need to
433 # hard-code the necessary paths in this Makefile.
434 #
435 TCLDIR = $(SRCDIR)/../tcl-8.6
436
437 #### The Tcl source code directory. This defaults to the same value as
438 # TCLDIR macro (above), which may not be correct. This value will
439 # only be used if the FOSSIL_TCL_SOURCE macro is defined.
440 #
441
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -430,11 +430,11 @@
430 # here is to use the Sysinternals junction tool to create a hard
431 # link between a "tcl-8.x" sub-directory of the Fossil source code
432 # directory and the target Tcl directory. This removes the need to
433 # hard-code the necessary paths in this Makefile.
434 #
435 TCLDIR = $(SRCDIR)/../compat/tcl-8.6
436
437 #### The Tcl source code directory. This defaults to the same value as
438 # TCLDIR macro (above), which may not be correct. This value will
439 # only be used if the FOSSIL_TCL_SOURCE macro is defined.
440 #
441
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -94,11 +94,11 @@
9494
# here is to use the Sysinternals junction tool to create a hard
9595
# link between a "tcl-8.x" sub-directory of the Fossil source code
9696
# directory and the target Tcl directory. This removes the need to
9797
# hard-code the necessary paths in this Makefile.
9898
#
99
-TCLDIR = $(SRCDIR)/../tcl-8.6
99
+TCLDIR = $(SRCDIR)/../compat/tcl-8.6
100100
101101
#### The Tcl source code directory. This defaults to the same value as
102102
# TCLDIR macro (above), which may not be correct. This value will
103103
# only be used if the FOSSIL_TCL_SOURCE macro is defined.
104104
#
105105
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -94,11 +94,11 @@
94 # here is to use the Sysinternals junction tool to create a hard
95 # link between a "tcl-8.x" sub-directory of the Fossil source code
96 # directory and the target Tcl directory. This removes the need to
97 # hard-code the necessary paths in this Makefile.
98 #
99 TCLDIR = $(SRCDIR)/../tcl-8.6
100
101 #### The Tcl source code directory. This defaults to the same value as
102 # TCLDIR macro (above), which may not be correct. This value will
103 # only be used if the FOSSIL_TCL_SOURCE macro is defined.
104 #
105
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -94,11 +94,11 @@
94 # here is to use the Sysinternals junction tool to create a hard
95 # link between a "tcl-8.x" sub-directory of the Fossil source code
96 # directory and the target Tcl directory. This removes the need to
97 # hard-code the necessary paths in this Makefile.
98 #
99 TCLDIR = $(SRCDIR)/../compat/tcl-8.6
100
101 #### The Tcl source code directory. This defaults to the same value as
102 # TCLDIR macro (above), which may not be correct. This value will
103 # only be used if the FOSSIL_TCL_SOURCE macro is defined.
104 #
105
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -94,11 +94,11 @@
9494
# here is to use the Sysinternals junction tool to create a hard
9595
# link between a "tcl-8.x" sub-directory of the Fossil source code
9696
# directory and the target Tcl directory. This removes the need to
9797
# hard-code the necessary paths in this Makefile.
9898
#
99
-TCLDIR = $(SRCDIR)/../tcl-8.6
99
+TCLDIR = $(SRCDIR)/../compat/tcl-8.6
100100
101101
#### The Tcl source code directory. This defaults to the same value as
102102
# TCLDIR macro (above), which may not be correct. This value will
103103
# only be used if the FOSSIL_TCL_SOURCE macro is defined.
104104
#
105105
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -94,11 +94,11 @@
94 # here is to use the Sysinternals junction tool to create a hard
95 # link between a "tcl-8.x" sub-directory of the Fossil source code
96 # directory and the target Tcl directory. This removes the need to
97 # hard-code the necessary paths in this Makefile.
98 #
99 TCLDIR = $(SRCDIR)/../tcl-8.6
100
101 #### The Tcl source code directory. This defaults to the same value as
102 # TCLDIR macro (above), which may not be correct. This value will
103 # only be used if the FOSSIL_TCL_SOURCE macro is defined.
104 #
105
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -94,11 +94,11 @@
94 # here is to use the Sysinternals junction tool to create a hard
95 # link between a "tcl-8.x" sub-directory of the Fossil source code
96 # directory and the target Tcl directory. This removes the need to
97 # hard-code the necessary paths in this Makefile.
98 #
99 TCLDIR = $(SRCDIR)/../compat/tcl-8.6
100
101 #### The Tcl source code directory. This defaults to the same value as
102 # TCLDIR macro (above), which may not be correct. This value will
103 # only be used if the FOSSIL_TCL_SOURCE macro is defined.
104 #
105

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button