Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2016-03-31 22:33:26 +0300
committerRuslan Ermilov <ru@nginx.com>2016-03-31 22:33:26 +0300
commit5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e (patch)
tree421bd7ae6698ae0901e67bed5765a168a35538f2 /misc
parent5ad6e01b464efe0eb140294fa15d71da38738ed3 (diff)
Removed the prototype mysql module.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile2
1 files changed, 0 insertions, 2 deletions
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)