From 5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 31 Mar 2016 22:33:26 +0300 Subject: Removed the prototype mysql module. --- misc/GNUmakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc') diff --git a/misc/GNUmakefile b/misc/GNUmakefile index e992a280f..1f021c5c9 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -20,8 +20,6 @@ release: export rm $(TEMP)/$(NGINX)/src/event/modules/ngx_iocp_module.* rm -r $(TEMP)/$(NGINX)/src/os/win32 - rm -r $(TEMP)/$(NGINX)/src/mysql - mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) -- cgit