From: Joe Orton Date: Tue, 23 Jun 2026 08:41:42 +0000 (+0000) Subject: * test/Makefile.in (clean): Remove __pycache__ directores. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f25f7781e61ff8e9408c7f7a3e90f4a5f27d3a5;p=thirdparty%2Fapache%2Fhttpd.git * test/Makefile.in (clean): Remove __pycache__ directores. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/Makefile.in b/test/Makefile.in index d9ad04d5d9..ae5bf2b8c9 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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