[Privoxy-commits] [privoxy] 06/07: Let the "clean" target remove logs from the cts tests
User Git
git at git.privoxy.org
Tue Jun 24 14:10:25 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit b540913f5b81d9c8e04e878276192393548a6f2c
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Jun 22 11:22:29 2025 +0200
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 "*~"`
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list