From b540913f5b81d9c8e04e878276192393548a6f2c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 22 Jun 2025 11:22:29 +0200 Subject: [PATCH] Let the "clean" target remove logs from the cts tests --- GNUmakefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 02dd4b00..c6629c8a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -768,7 +768,8 @@ clean: $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action \ config.base config.tmp \ `find . \( -name TAGS -o -name tags \) -a -not -path "./.git/*"` \ - `find . -name "*.orig" -a -not -path "./.git/*"` + `find . -name "*.orig" -a -not -path "./.git/*"` \ + `find ./tests/cts/logs/ -name "*.log"` clean-editor-files: $(RM) `find . -name "*~"` -- 2.49.0