diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-03-31 22:33:26 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-03-31 22:33:26 +0300 |
| commit | 5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e (patch) | |
| tree | 421bd7ae6698ae0901e67bed5765a168a35538f2 /misc | |
| parent | 5ad6e01b464efe0eb140294fa15d71da38738ed3 (diff) | |
| download | nginx-5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e.tar.gz nginx-5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e.tar.bz2 | |
Removed the prototype mysql module.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/GNUmakefile | 2 |
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) |
