# HG changeset patch # User Igor Sysoev # Date 1321347783 0 # Node ID d87e97c0a3e468eb623dc79abd43b96abd6aa2dc # Parent f26606d1203be5ef99daab64a3e3ec068075901e *) binary target to rsync binaries; *) style fixes. diff -r f26606d1203b -r d87e97c0a3e4 GNUmakefile --- a/GNUmakefile Tue Nov 15 08:27:11 2011 +0000 +++ b/GNUmakefile Tue Nov 15 09:03:03 2011 +0000 @@ -202,7 +202,7 @@ find $(ZIP) -type f ! -name '*.gz' -exec test \! -e {}.gz \; -print find $(ZIP) -type f -name '*.gz' | \ - while read f ; do test -e "$${f%.gz}" || rm -fv "$$f" ; done + while read f ; do test -e "$${f%.gz}" || rm -fv "$$f" ; done $(ZIP)/%.gz: $(ZIP)/% rm -f $<.gz @@ -213,10 +213,15 @@ $(CHMOD) $(OUT)/ $(RSYNC) --delete $(OUT)/ $(NGINX_ORG)/$(OUT)/ +.PHONY: binary +binary: + $(RSYNC) binary/ $(NGINX_ORG)/ + copy: $(CHMOD) $(ZIP) $(RSYNC) $(ZIP)/ binary/ $(NGINX_ORG)/ - $(RSYNC) --delete $(foreach lang, $(LANGS), $(ZIP)/$(lang)) $(NGINX_ORG)/ + $(RSYNC) --delete $(foreach lang, $(LANGS), $(ZIP)/$(lang)) \ + $(NGINX_ORG)/ dev: xslt/development.xslt sign dev: NGINX=$(shell xsltproc xslt/development.xslt xml/versions.xml)