public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed] Remove testsuite artefacts for make clean
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub

Hi,

Improve make clean such that only the configure-generated Makefile and the
testsuite/dwz.tests/execs cache is left.
...
$ make clean
$ ls
Makefile  testsuite
$
...

Committed to trunk.

Thanks,
- Tom

Remove testsuite artefacts for make clean

2019-07-05  Tom de Vries  <tdevries@suse.de>

	* Makefile (clean): Also remove $(TEST_EXECS) $(DWZ_TEST_SOURCES)
	dwz.log dwz.sum testsuite-bin tmp.*.

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index df7fb17..0216de4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,9 @@ install: dwz
 	install -D dwz $(DESTDIR)$(bindir)/dwz
 	install -D -m 644 $(srcdir)/dwz.1 $(DESTDIR)$(mandir)/man1/dwz.1
 clean:
-	rm -f $(OBJECTS) *~ core* dwz
+	rm -f $(OBJECTS) *~ core* dwz $(TEST_EXECS) $(DWZ_TEST_SOURCES) \
+	  dwz.log dwz.sum
+	rm -Rf testsuite-bin tmp.*
 
 PWD:=$(shell pwd -P)
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-05 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [committed] Remove testsuite artefacts for make clean Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).