projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d62a6a3
)
Let the "clean" target remove logs from the cts tests
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 22 Jun 2025 09:22:29 +0000
(11:22 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 24 Jun 2025 12:09:35 +0000
(14:09 +0200)
GNUmakefile.in
patch
|
blob
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index
02dd4b0
..
c6629c8
100644
(file)
--- 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 "*~"`