diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2013-03-22 15:14:43 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-03-22 15:14:43 +0000 |
| commit | 313901628c387ed4ed8db1f66c78c819a2daecc4 (patch) | |
| tree | 8b4e1de3244682f91027b72862a61861b5b5687c | |
| parent | 50bd632663eb338ceaf9a639c4d9087716748f82 (diff) | |
| download | nginx-313901628c387ed4ed8db1f66c78c819a2daecc4.tar.gz nginx-313901628c387ed4ed8db1f66c78c819a2daecc4.tar.bz2 | |
Misc: removed unused "snapshot" target.
| -rw-r--r-- | misc/GNUmakefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 01e07fcce..c69796d80 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -54,34 +54,6 @@ RELEASE: $(MAKE) -f misc/GNUmakefile release -snapshot: - rm -rf $(TEMP) - - mkdir -p $(TEMP) - svn export . $(TEMP)/$(NGINX) - - 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 - - rm -r $(TEMP)/$(NGINX)/src/mysql - - mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) - mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) - mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) - mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX) - - $(MAKE) -f docs/GNUmakefile changes - - rm -r $(TEMP)/$(NGINX)/docs - rm -r $(TEMP)/$(NGINX)/misc - - tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) - win32: ./auto/configure \ --with-cc=cl \ |
