summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-19 21:54:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-19 21:54:56 (GMT)
commit3edd7f9d781b262da777af877c5f15ca18870877 (patch)
tree277e41a2086509846e999df03aa6d9ce32992b15 /unix
parent48e4a8db38334414c0767df826455d8d0260f219 (diff)
downloadtcl-3edd7f9d781b262da777af877c5f15ca18870877.zip
tcl-3edd7f9d781b262da777af877c5f15ca18870877.tar.gz
tcl-3edd7f9d781b262da777af877c5f15ca18870877.tar.bz2
Add 'engine' core.tcl.tk and build information to the output of "package require Tcl". Alternative suggestion to TIP #440
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a7d7767..f7db798 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1068,9 +1068,14 @@ tclAssembly.o: $(GENERIC_DIR)/tclAssembly.c $(COMPILEHDR)
tclAsync.o: $(GENERIC_DIR)/tclAsync.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclAsync.c
-tclBasic.o: $(GENERIC_DIR)/tclBasic.c $(COMPILEHDR) $(MATHHDRS) $(NREHDR)
+tclBasic.o: $(GENERIC_DIR)/tclBasic.c $(COMPILEHDR) $(MATHHDRS) $(NREHDR) tclUuid.h
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclBasic.c
+tclUuid.h: $(TOP_DIR)/manifest.uuid
+ echo "#define TCL_VERSION_UUID \\" >$@
+ cat $(TOP_DIR)/manifest.uuid >>$@
+ echo "\n" >>$@
+
tclBinary.o: $(GENERIC_DIR)/tclBinary.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclBinary.c