You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2017/01/23 12:16:23 UTC

svn commit: r1779918 - /httpd/test/mod_h2/trunk/Makefile.am

Author: icing
Date: Mon Jan 23 12:16:23 2017
New Revision: 1779918

URL: http://svn.apache.org/viewvc?rev=1779918&view=rev
Log:
adding cache to dir setup

Modified:
    httpd/test/mod_h2/trunk/Makefile.am

Modified: httpd/test/mod_h2/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/Makefile.am?rev=1779918&r1=1779917&r2=1779918&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/Makefile.am (original)
+++ httpd/test/mod_h2/trunk/Makefile.am Mon Jan 23 12:16:23 2017
@@ -323,6 +323,7 @@ $(SERVER_DIR)/.test-setup: \
 		$(SERVER_DIR)/.testdocs-setup
 	@echo -n setup httpd locally...
 	@mkdir -p $(SERVER_DIR)/bin
+	@mkdir -p $(SERVER_DIR)/cache
 	@mkdir -p $(SERVER_DIR)/conf/sites
 	@mkdir -p $(SERVER_DIR)/conf/mods-available
 	@mkdir -p $(SERVER_DIR)/conf/mods-enabled