Fossil SCM
Move the location of the external Tcl 8.6 directory into compat.
Commit
c107d5059640b0eebf0c0bcd9944aaffe7426291
Parent
5ef811b7263150a…
4 files changed
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
| --- .fossil-settings/ignore-glob | ||
| +++ .fossil-settings/ignore-glob | ||
| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | compat/openssl-1.0.1e/* |
| 2 | +compat/tcl-8.6/* | |
| 2 | 3 | fossil |
| 3 | 4 | fossil.exe |
| 4 | -tcl-8.6/* | |
| 5 | 5 |
| --- .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 |
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -430,11 +430,11 @@ | ||
| 430 | 430 | # here is to use the Sysinternals junction tool to create a hard |
| 431 | 431 | # link between a "tcl-8.x" sub-directory of the Fossil source code |
| 432 | 432 | # directory and the target Tcl directory. This removes the need to |
| 433 | 433 | # hard-code the necessary paths in this Makefile. |
| 434 | 434 | # |
| 435 | -TCLDIR = $(SRCDIR)/../tcl-8.6 | |
| 435 | +TCLDIR = $(SRCDIR)/../compat/tcl-8.6 | |
| 436 | 436 | |
| 437 | 437 | #### The Tcl source code directory. This defaults to the same value as |
| 438 | 438 | # TCLDIR macro (above), which may not be correct. This value will |
| 439 | 439 | # only be used if the FOSSIL_TCL_SOURCE macro is defined. |
| 440 | 440 | # |
| 441 | 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)/../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 |
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -94,11 +94,11 @@ | ||
| 94 | 94 | # here is to use the Sysinternals junction tool to create a hard |
| 95 | 95 | # link between a "tcl-8.x" sub-directory of the Fossil source code |
| 96 | 96 | # directory and the target Tcl directory. This removes the need to |
| 97 | 97 | # hard-code the necessary paths in this Makefile. |
| 98 | 98 | # |
| 99 | -TCLDIR = $(SRCDIR)/../tcl-8.6 | |
| 99 | +TCLDIR = $(SRCDIR)/../compat/tcl-8.6 | |
| 100 | 100 | |
| 101 | 101 | #### The Tcl source code directory. This defaults to the same value as |
| 102 | 102 | # TCLDIR macro (above), which may not be correct. This value will |
| 103 | 103 | # only be used if the FOSSIL_TCL_SOURCE macro is defined. |
| 104 | 104 | # |
| 105 | 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)/../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 |
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -94,11 +94,11 @@ | ||
| 94 | 94 | # here is to use the Sysinternals junction tool to create a hard |
| 95 | 95 | # link between a "tcl-8.x" sub-directory of the Fossil source code |
| 96 | 96 | # directory and the target Tcl directory. This removes the need to |
| 97 | 97 | # hard-code the necessary paths in this Makefile. |
| 98 | 98 | # |
| 99 | -TCLDIR = $(SRCDIR)/../tcl-8.6 | |
| 99 | +TCLDIR = $(SRCDIR)/../compat/tcl-8.6 | |
| 100 | 100 | |
| 101 | 101 | #### The Tcl source code directory. This defaults to the same value as |
| 102 | 102 | # TCLDIR macro (above), which may not be correct. This value will |
| 103 | 103 | # only be used if the FOSSIL_TCL_SOURCE macro is defined. |
| 104 | 104 | # |
| 105 | 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)/../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 |