This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bc2af5  makefile: add default check for install command (#1591)
1bc2af5 is described below

commit 1bc2af56c1bd168e8e8282bf0b75f644cc9b3abc
Author: Vinci Xu <277040...@qq.com>
AuthorDate: Tue May 26 21:26:52 2020 +0800

    makefile: add default check for install command (#1591)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 66b44cc..16ded88 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ reload: default
 
 ### install:          Install the apisix
 .PHONY: install
-install:
+install: default
        $(INSTALL) -d /usr/local/apisix/
        $(INSTALL) -d /usr/local/apisix/logs/
        $(INSTALL) -d /usr/local/apisix/conf/cert

Reply via email to