Skip to content

Commit

Permalink
Misc: win32 sources now preserved in release tarballs.
Browse files Browse the repository at this point in the history
This makes it possible to build nginx under Windows from release tarballs
instead of using source code repository.
  • Loading branch information
mdounin committed Jun 20, 2022
1 parent ecdbd06 commit 295f5b2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions misc/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 295f5b2

Please sign in to comment.