svn commit: r1935576 - httpd/httpd/trunk/test

[email protected] Tue, 23 Jun 2026 08:41:42 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178220410249.207555.12540235283300832476@svn03-he-fi>
Author: jorton
Date: Tue Jun 23 08:41:42 2026
New Revision: 1935576

Log:
* test/Makefile.in (clean): Remove __pycache__ directores.

Modified:
   httpd/httpd/trunk/test/Makefile.in

Modified: httpd/httpd/trunk/test/Makefile.in
==============================================================================
--- httpd/httpd/trunk/test/Makefile.in	Tue Jun 23 08:41:02 2026	(r1935575)
+++ httpd/httpd/trunk/test/Makefile.in	Tue Jun 23 08:41:42 2026	(r1935576)
@@ -21,6 +21,7 @@ test: $(bin_PROGRAMS)
 
 clean:
 	rm -rf gen
+	find . -name __pycache__ | xargs rm -rf
 
 distclean:
-	rm -f pyhttpd/config.ini
\ No newline at end of file
+	rm -f pyhttpd/config.ini