Let the "clean" target remove logs from the cts tests
authorFabian Keil <fk@fabiankeil.de>
Sun, 22 Jun 2025 09:22:29 +0000 (11:22 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 24 Jun 2025 12:09:35 +0000 (14:09 +0200)
GNUmakefile.in

index 02dd4b0..c6629c8 100644 (file)
@@ -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 "*~"`