mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
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.
This commit is contained in:
parent
ecdbd06617
commit
295f5b28ae
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue