comparison misc/GNUmakefile @ 8048:70365b6fe5f4

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 20 Jun 2022 19:30:50 +0300
parents 8a54733c9d12
children c4e1c97098e1
comparison
equal deleted inserted replaced
8047:1b7c7c3af6d9 8048:70365b6fe5f4
12 12
13 13
14 release: export 14 release: export
15 15
16 mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX) 16 mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX)
17
18 # delete incomplete sources
19 rm $(TEMP)/$(NGINX)/src/event/ngx_event_acceptex.c
20 rm $(TEMP)/$(NGINX)/src/event/ngx_event_connectex.c
21 rm $(TEMP)/$(NGINX)/src/event/modules/ngx_iocp_module.*
22 rm -r $(TEMP)/$(NGINX)/src/os/win32
23 17
24 mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) 18 mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX)
25 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) 19 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
26 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) 20 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
27 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX) 21 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX)