You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/05/25 21:18:40 UTC

svn commit: r1796207 - /httpd/httpd/branches/httpdunit/Makefile.in

Author: jchampion
Date: Thu May 25 21:18:40 2017
New Revision: 1796207

URL: http://svn.apache.org/viewvc?rev=1796207&view=rev
Log:
httpdunit: clean up after ourselves properly

Remove the testcase stubs and object files on `make clean`.

Modified:
    httpd/httpd/branches/httpdunit/Makefile.in

Modified: httpd/httpd/branches/httpdunit/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/httpdunit/Makefile.in?rev=1796207&r1=1796206&r2=1796207&view=diff
==============================================================================
--- httpd/httpd/branches/httpdunit/Makefile.in (original)
+++ httpd/httpd/branches/httpdunit/Makefile.in Thu May 25 21:18:40 2017
@@ -20,7 +20,8 @@ INSTALL_TARGETS = install-conf install-h
 
 CLEAN_TARGETS      = check/apxs check/build/config_vars.mk \
 	check/conf/$(PROGRAM_NAME).conf check/conf/magic check/conf/mime.types \
-	check/conf/extra/* check/include/*
+	check/conf/extra/* check/include/* $(testcase_OBJECTS) $(testcase_STUBS) \
+	test/httpdunit.cases test/unit/*.o
 DISTCLEAN_TARGETS  = include/ap_config_auto.h include/ap_config_layout.h \
 	include/apache_probes.h \
 	modules.c config.cache config.log config.status build/config_vars.mk \