summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macos/Makefile.in6
-rw-r--r--make.include6
-rw-r--r--unix/Makefile.in4
-rw-r--r--win/Makefile.in10
4 files changed, 15 insertions, 11 deletions
diff --git a/macos/Makefile.in b/macos/Makefile.in
index e40dff2..300ba2d 100644
--- a/macos/Makefile.in
+++ b/macos/Makefile.in
@@ -73,7 +73,7 @@ tcl$(TCL_VERSION)/macosx/Makefile :
./configure \
--enable-64bit \
--enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
tk : tk$(TCL_VERSION)/macosx/Makefile
@echo ""
@@ -102,7 +102,7 @@ tk$(TCL_VERSION)/macosx/Makefile :
$(WITHTCL) \
--enable-64bit \
--enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
tkmacosx: tkmacosx/Makefile
@echo ""
@@ -117,7 +117,7 @@ tkmacosx/Makefile :
$(WITHTK) \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
#--------------------------clean
diff --git a/make.include b/make.include
index bb5ca5d..c0b1d34 100644
--- a/make.include
+++ b/make.include
@@ -100,8 +100,9 @@ tcliis/Makefile :
$(WITHTCL) \
$(PREFIX) \
$(STD) \
+ $(CACHE) \
$(HOST) \
- $(CACHE)
+ $(WINCACHE)
#-------------------------- tclsignal
@@ -306,8 +307,9 @@ tksao/Makefile :
$(WITHTK) \
$(PREFIX) \
$(STD) \
+ $(CACHE) \
$(HOST) \
- $(CACHE)
+ $(WINCACHE)
#-------------------------- ast
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 416b9d7..f9119f4 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -44,7 +44,7 @@ tcl$(TCL_VERSION)/unix/Makefile :
./configure \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
tk : tk$(TCL_VERSION)/unix/Makefile
@echo ""
@@ -59,7 +59,7 @@ tk$(TCL_VERSION)/unix/Makefile :
$(TKFLAGS) \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
#--------------------------clean
diff --git a/win/Makefile.in b/win/Makefile.in
index 51d8b89..2e62d3a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -28,7 +28,7 @@ include ./make.include
WITHTCL = --with-tcl=$(prefix)/tcl$(TCL_VERSION)/win $(ENABLE64BIT)
WITHTK = --with-tk=$(prefix)/tk$(TCL_VERSION)/win $(WITHTCL)
HOST = --host=$(TARGET)
-#CACHE = --config-cache --cache-file=$(prefix)/config.cache
+WINCACHE = --config-cache --cache-file=$(prefix)/config.cache
#--------------------------defines
@@ -63,7 +63,7 @@ tcl$(TCL_VERSION)/win/Makefile :
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared \
$(HOST) \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(WINCACHE)
tk : tk$(TCL_VERSION)/win/Makefile
@echo ""
@@ -78,7 +78,9 @@ tk$(TCL_VERSION)/win/Makefile :
$(WITHTCL) \
$(TKFLAGS) \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
- --disable-shared --enable-symbols
+ --disable-shared --enable-symbols \
+ $(HOST) \
+ $(WINCACHE)
tkwin: tkwin/Makefile
@echo ""
@@ -94,7 +96,7 @@ tkwin/Makefile :
--prefix $(prefix) --exec-prefix $(exec_prefix) \
--disable-shared --enable-symbols \
$(HOST) \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(WINCACHE)
libxml2 : libxml2/win32/config.mingw
@echo ""