[nginx] Misc: win32 sources now preserved in release tarballs.
Sergey Kandaurov
pluknet at nginx.com
Mon Jun 20 17:49:00 UTC 2022
details: https://hg.nginx.org/nginx/rev/70365b6fe5f4
branches:
changeset: 8048:70365b6fe5f4
user: Maxim Dounin <mdounin at mdounin.ru>
date: Mon Jun 20 19:30:50 2022 +0300
description:
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.
diffstat:
misc/GNUmakefile | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r 1b7c7c3af6d9 -r 70365b6fe5f4 misc/GNUmakefile
--- a/misc/GNUmakefile Sat Jun 18 15:54:40 2022 +0300
+++ b/misc/GNUmakefile Mon Jun 20 19:30:50 2022 +0300
@@ -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)
More information about the nginx-devel
mailing list