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
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-06-20 19:30:50 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-06-20 19:30:50 +0300
commit295f5b28aefdb97e94ddd51b0773c6d7a2a91e9b (patch)
tree169eec2cedca38914b7692088496a936296434dd
parentecdbd066174262710a28acce5ee9cb54d5a5741b (diff)
Misc: win32 sources now preserved in release tarballs.
This makes it possible to build nginx under Windows from release tarballs instead of using source code repository.
-rw-r--r--misc/GNUmakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 8f839b477..6895317c8 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -15,12 +15,6 @@ release: export
mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX)
- # delete incomplete sources
- rm $(TEMP)/$(NGINX)/src/event/ngx_event_acceptex.c
- rm $(TEMP)/$(NGINX)/src/event/ngx_event_connectex.c
- rm $(TEMP)/$(NGINX)/src/event/modules/ngx_iocp_module.*
- rm -r $(TEMP)/$(NGINX)/src/os/win32
-
mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX)
mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)