Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E3D4C200C05 for ; Mon, 23 Jan 2017 13:16:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E2557160B49; Mon, 23 Jan 2017 12:16:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2FF28160B3E for ; Mon, 23 Jan 2017 13:16:26 +0100 (CET) Received: (qmail 16753 invoked by uid 500); 23 Jan 2017 12:16:25 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 16739 invoked by uid 99); 23 Jan 2017 12:16:24 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2017 12:16:24 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3A0CF3A0EDB for ; Mon, 23 Jan 2017 12:16:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1779918 - /httpd/test/mod_h2/trunk/Makefile.am Date: Mon, 23 Jan 2017 12:16:23 -0000 To: cvs@httpd.apache.org From: icing@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170123121624.3A0CF3A0EDB@svn01-us-west.apache.org> archived-at: Mon, 23 Jan 2017 12:16:27 -0000 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