From ff2bee1fa96246715a3679f5c2bfcea60316bf80 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Nov 2011 15:16:28 +0000 Subject: Ancient incomplete ngx_http_status_module removal. --- misc/GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'misc') 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) -- cgit