From 2f917f0989d0b868265d2e906a3e087b6606a29e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 19 Nov 2019 01:04:47 +0000 Subject: [PATCH] build system: tests: Add missing standard clean We want (i) recursion from the parent (ii) automatic cleaning of &CLEAN (which is set by cdeps.sd.mk, amongst other things). Signed-off-by: Ian Jackson --- test-common.sd.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-common.sd.mk b/test-common.sd.mk index ace46d4..81b3722 100644 --- a/test-common.sd.mk +++ b/test-common.sd.mk @@ -27,3 +27,5 @@ CHECK_SILENT ?= @ $(RM) -f & *.o *.so $(RM) -rf & tmp $(RM) -rf & d-* + +&:include subdirmk/clean.sd.mk -- 2.30.2