changeset 866:8d77ff798f5c

add slab to release and snaphost tarballs
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Nov 2006 11:44:24 +0000
parents 797b54c6425b
children 6a99bc84c135
files misc/GNUmakefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -18,7 +18,6 @@ release:
 	rm $(TEMP)/$(NGINX)/src/event/modules/ngx_iocp_module.*
 	rm -r $(TEMP)/$(NGINX)/src/os/win32
 
-	rm $(TEMP)/$(NGINX)/src/core/ngx_slab.*
 	rm $(TEMP)/$(NGINX)/src/core/ngx_resolver.*
 
 	rm -r $(TEMP)/$(NGINX)/src/mysql
@@ -51,7 +50,6 @@ snapshot:
 	rm $(TEMP)/$(NGINX)/src/event/modules/ngx_iocp_module.*
 	rm -r $(TEMP)/$(NGINX)/src/os/win32
 
-	rm $(TEMP)/$(NGINX)/src/core/ngx_slab.*
 	rm $(TEMP)/$(NGINX)/src/core/ngx_resolver.*
 
 	rm -r $(TEMP)/$(NGINX)/src/mysql