Check-in [6b1cb98484]
Overview
Comment:tcc4tcl 0.8
Timelines: family | ancestors | descendants | both | trunk | 0.8
Files: files | file ages | folders
SHA1: 6b1cb984847e56f7f77f520d516b9c7306eec4aa
User & Date: rkeene on 2014-05-17 06:00:16
Other Links: manifest | tags
Context
2014-05-17
06:15
More android fixes check-in: 870c068689 user: rkeene tags: trunk
06:00
tcc4tcl 0.8 check-in: 6b1cb98484 user: rkeene tags: trunk, 0.8
05:55
tcc4tcl 0.7 check-in: 194d1a7c62 user: rkeene tags: trunk, 0.7
Changes

Modified Makefile.in from [95df32e656] to [9cccccdd40].

98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
	rm -rf __TMP__
	rm -f TEST-STATUS
	-$(MAKE) -C tcc clean

distclean: clean
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl tcc4tcl.syms tcc4tcl.vers
	rm -f Makefile
	-$(MAKE) -C tcc distclean

mrproper: distclean
	rm -rf tcc
	rm -f configure aclocal.m4
	rm -f config.guess config.sub install-sh

.PHONY: all install test clean distclean mrproper







|









98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
	rm -rf __TMP__
	rm -f TEST-STATUS
	-$(MAKE) -C tcc clean

distclean: clean
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl tcc4tcl.syms
	rm -f Makefile
	-$(MAKE) -C tcc distclean

mrproper: distclean
	rm -rf tcc
	rm -f configure aclocal.m4
	rm -f config.guess config.sub install-sh

.PHONY: all install test clean distclean mrproper

Modified build/makearch.info from [dbdf3a43e9] to [c66478a772].

13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.7"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date







|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.8"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date