Overview
Comment: | Quit building "boot.tcl.h" for kitsh since it is unused |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 268b96c949560630dd369bfc66fc11ebed9707c0 |
User & Date: | rkeene on 2016-08-04 15:06:50 |
Other Links: | manifest | tags |
Context
2016-08-04
| ||
15:09 | Change the order files are copied to the VFS staging directory so packages may override boot.tcl and tclkit.ico more easily check-in: 2b40af4d64 user: rkeene tags: trunk | |
15:06 | Quit building "boot.tcl.h" for kitsh since it is unused check-in: 268b96c949 user: rkeene tags: trunk | |
2016-08-03
| ||
14:28 | Added Tcl/Tk 8.6.6 in various places check-in: 73d93286c9 user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/Makefile.common.in from [bfce9994ae] to [956c11007e].
25 25 cvfs_data_tcl.c: dir2c.tcl starpack.vfs cvfs_data.c 26 26 "$(TCLSH_NATIVE)" dir2c.tcl tcl starpack.vfs $(DIR2C_FLAGS) > cvfs_data_tcl.c 27 27 28 28 ## Tcl scripts that need to be converted to C headers 29 29 cvfs.tcl.h: cvfs.tcl 30 30 "$(TCLSH_NATIVE)" ./stringify.tcl cvfs.tcl > cvfs.tcl.h 31 31 32 -boot.tcl.h: boot.tcl 33 - "$(TCLSH_NATIVE)" ./stringify.tcl boot.tcl > boot.tcl.h 34 - 35 32 zipvfs.tcl.h: zipvfs.tcl 36 33 "$(TCLSH_NATIVE)" ./stringify.tcl zipvfs.tcl > zipvfs.tcl.h 37 34 38 35 ## Objects 39 -kitInit.o: kitInit.c boot.tcl.h $(EXTRA_KIT_DEPS) 36 +kitInit.o: kitInit.c $(EXTRA_KIT_DEPS) 40 37 rechan.o: rechan.c 41 38 pwb.o: pwb.c 42 39 zlib.o: zlib.c 43 40 44 41 ### Windows resources 45 42 kit.res.o: kit.rc tclkit.ico 46 43 $(RC) -o kit.res.o $(CPPFLAGS) kit.rc ................................................................................ 61 58 rm -f Makefile Makefile.in Makefile.common 62 59 rm -f config.status config.log 63 60 rm -f *~ 64 61 rm -rf starpack.vfs 65 62 rm -rf autom4te.cache 66 63 67 64 mrproper: distclean 68 - rm -f configure config.h boot.tcl.h zipvfs.tcl.h 65 + rm -f configure config.h zipvfs.tcl.h 69 66 70 67 .PHONY: all clean distclean mrproper