]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* test/Makefile.in (clean): Remove __pycache__ directores.
authorJoe Orton <jorton@apache.org>
Tue, 23 Jun 2026 08:41:42 +0000 (08:41 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 23 Jun 2026 08:41:42 +0000 (08:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935576 13f79535-47bb-0310-9956-ffa450edef68

test/Makefile.in

index d9ad04d5d95e759b455533b18ee1197186797a11..ae5bf2b8c9866ade581a46d7eae4400ac98cf0a4 100644 (file)
@@ -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