Check-in [85866ec129]
Overview
Comment:Added more files to "mrproper" cleanup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tls-1-7
Files: files | file ages | folders
SHA1: 85866ec129ccfc9981402cfc3d9b35ecc87aea03
User & Date: rkeene on 2016-11-24 03:33:54
Other Links: branch diff | manifest | tags
Context
2016-11-24
03:37
Updated with more useful release engineering system check-in: e0d4b44bca user: rkeene tags: tls-1-7
03:33
Added more files to "mrproper" cleanup check-in: 85866ec129 user: rkeene tags: tls-1-7
03:31
Added initial release engineering files check-in: 6ccf322b0b user: rkeene tags: tls-1-7
Changes

Modified Makefile.in from [282dd1e63e] to [25b455f2c9].

28
29
30
31
32
33
34

35
36
37
38
	rm -f tcltls.@SHOBJEXT@

distclean: clean
	rm -f config.log config.status
	rm -f Makefile pkgIndex.tcl

mrproper: distclean

	rm -f @srcdir@/configure
	rm -rf @srcdir@/aclocal @srcdir@/autom4te.cache

.PHONY: all install clean distclean mrproper







>
|



28
29
30
31
32
33
34
35
36
37
38
39
	rm -f tcltls.@SHOBJEXT@

distclean: clean
	rm -f config.log config.status
	rm -f Makefile pkgIndex.tcl

mrproper: distclean
	rm -f @srcdir@/configure @srcdir@/config.sub @srcdir@/config.guess @srcdir@/install-sh
	rm -f @srcdir@/aclocal.m4
	rm -rf @srcdir@/aclocal @srcdir@/autom4te.cache

.PHONY: all install clean distclean mrproper