Check-in [ed19d6d085]
Overview
Comment:Updated to do a "distclean" in TCC upon clean
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ed19d6d0853e527548975c048596ae411d9dde1f
User & Date: rkeene on 2014-06-21 05:06:36
Other Links: manifest | tags
Context
2014-06-21
05:20
Updated to initialize stubs in Tcl if they are in use check-in: cd9acf4116 user: rkeene tags: trunk
05:06
Updated to do a "distclean" in TCC upon clean check-in: ed19d6d085 user: rkeene tags: trunk
05:06
Updated to allow "tcc" to build check-in: 035f309e4f user: rkeene tags: trunk
Changes

Modified Makefile.in from [203970abed] to [94f3ac5922].

96
97
98
99
100
101
102
103

104
105
106
107
108
109
110
111
112
113
114
115
116
117
96
97
98
99
100
101
102

103
104
105
106
107
108
109

110
111
112
113
114
115
116







-
+






-








clean:
	rm -f tcc4tcl.o
	rm -f tcc4tcl.@SHOBJEXT@ tcc4tcl-static.a
	rm -f tcc4tcl.@SHOBJEXT@.a tcc4tcl.@SHOBJEXT@.def
	rm -rf __TMP__
	rm -f TEST-STATUS
	-$(MAKE) -C tcc clean
	-$(MAKE) -C tcc distclean

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