Check-in [795a02cd06]
Overview
Comment:A bit more cleanup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 795a02cd065f509da42083cd72382f4a1d8e22795cd8fb39910d826a08b20505
User & Date: rkeene on 2018-07-02 07:22:41
Other Links: manifest | tags
Context
2018-07-02
07:36
Improved work on static linking check-in: a8c730ce43 user: rkeene tags: trunk
07:22
A bit more cleanup check-in: 795a02cd06 user: rkeene tags: trunk
07:20
Moved our patchwork to its own internal directories in preparation for a release cleanup check-in: 4168b04669 user: rkeene tags: trunk
Changes

Modified Makefile.in from [94758a3fc2] to [b3643d35be].

44
45
46
47
48
49
50

51
52
distclean: clean
	rm -f Makefile pkgIndex.tcl config.log config.status nano.syms
	rm -f nano.tcl.h

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


.PHONY: all test clean distclean mrproper







>


44
45
46
47
48
49
50
51
52
53
distclean: clean
	rm -f Makefile pkgIndex.tcl config.log config.status nano.syms
	rm -f nano.tcl.h

mrproper: distclean
	rm -f configure aclocal.m4 config.guess config.sub install-sh
	rm -rf tweetnacl blake2b
	rm -rf build/tweetnacl/out build/blake2b/out

.PHONY: all test clean distclean mrproper