Check-in [12833ef0b7]
Overview
Comment:Make mrproper even more proper
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 12833ef0b7a1241103c10ae259824ddee6548fc3a3882ce28c5e769b32ad53e8
User & Date: rkeene on 2018-07-08 21:34:50
Other Links: manifest | tags
Context
2018-07-08
21:39
Remove mrproper from distributed Makefile, since it is only for internal use check-in: a0d2d37cfe user: rkeene tags: trunk
21:34
Make mrproper even more proper check-in: 12833ef0b7 user: rkeene tags: trunk
21:33
Testing requires pkgIndex.tcl, ensure that dependency is built check-in: c58e10a154 user: rkeene tags: trunk
Changes

Modified Makefile.in from [6b6db780f5] to [3c568cb86c].

80
81
82
83
84
85
86
87
88
89
90
91
92
93
distclean: clean
	rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms
	rm -f pkgIndex.tcl
	rm -f config.log config.status
	rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2

mrproper: distclean
	rm -f configure aclocal.m4 config.guess config.sub install-sh
	rm -f nano.vers
	rm -rf tweetnacl blake2b
	$(MAKE) -C build/tweetnacl distclean
	$(MAKE) -C build/blake2b distclean

.PHONY: all test clean distclean mrproper







|
|
|
|
|


80
81
82
83
84
85
86
87
88
89
90
91
92
93
distclean: clean
	rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms
	rm -f pkgIndex.tcl
	rm -f config.log config.status
	rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2

mrproper: distclean
	rm -f @srcdir@/configure @srcdir@/aclocal.m4 @srcdir@/config.guess @srcdir@/config.sub @srcdir@/install-sh
	rm -f @srcdir@/nano.vers
	rm -rf @srcdir@/tweetnacl @srcdir@/blake2b
	$(MAKE) -C @srcdir@/build/tweetnacl distclean
	$(MAKE) -C @srcdir@/build/blake2b distclean

.PHONY: all test clean distclean mrproper