From 43e5f81683e38e088084bb03fc9064a3ffd23b9f Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Mon, 8 Aug 2016 10:44:09 +0200 Subject: [PATCH] build: properly clean up --- Makefile.in | 6 +++--- test/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1b9ea8b..155680a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -223,10 +223,10 @@ dist: check-clean commit.h .git create_dirs .PHONY: clean-here clean-here: - rm -rf ${DIR_LIST} $(PRPL_LIBNAME) po/*.mo commit.h autom4te.cache + rm -rf ${DIR_LIST} $(PRPL_LIBNAME) po/*.mo autom4te.cache AppStream/po/*.mo -include test/Makefile -.PHONY: clean clean-test -clean: clean-here tgl/Makefile +.PHONY: clean +clean: clean-here clean-test tgl/Makefile +${MAKE} -C tgl clean diff --git a/test/Makefile b/test/Makefile index 3770575..eaa33c5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,4 +22,4 @@ recheck: clean-test check .PHONY: clean-test clean-test: - rm -f bin tmp + rm -rf test/bin test/tmp