diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-11-01 15:16:28 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-11-01 15:16:28 +0000 |
| commit | ff2bee1fa96246715a3679f5c2bfcea60316bf80 (patch) | |
| tree | e256e890554878cbd98eb9e065eea962c42a1642 /misc | |
| parent | 0d03a44aabac77c3855bf80a09c1b58ed33cbed3 (diff) | |
| download | nginx-ff2bee1fa96246715a3679f5c2bfcea60316bf80.tar.gz nginx-ff2bee1fa96246715a3679f5c2bfcea60316bf80.tar.bz2 | |
Ancient incomplete ngx_http_status_module removal.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/GNUmakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 47c2bd744..bf6f7c584 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -26,8 +26,6 @@ release: rm -r $(TEMP)/$(NGINX)/src/mysql - rm $(TEMP)/$(NGINX)/src/http/modules/ngx_http_status_module.c - mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) @@ -72,8 +70,6 @@ snapshot: rm -r $(TEMP)/$(NGINX)/src/mysql - rm $(TEMP)/$(NGINX)/src/http/modules/ngx_http_status_module.c - mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) |
