# HG changeset patch # User Ruslan Ermilov # Date 1498570399 -10800 # Node ID 814895f3fb2442276b28d0bf40e81618ac3842a7 # Parent 1b086de6a05bd926ffb2ac921213dac3846b55d1 Skip dirmap operations if $(NGINX_ORG) is customized. diff -r 1b086de6a05b -r 814895f3fb24 GNUmakefile --- a/GNUmakefile Wed Jun 14 12:37:04 2017 +0300 +++ b/GNUmakefile Tue Jun 27 16:33:19 2017 +0300 @@ -321,11 +321,14 @@ ifeq ($(patsubst %.nginx.com,YES,$(shell hostname)), YES) all: images + +ifeq ($(NGINX_ORG), /data/www/nginx.org) all: dir.map copy: copy_dirmap .PHONY: copy_dirmap copy_dirmap: /usr/local/bin/copy_dirmap.sh dir.map $(NGINX_ORG) +endif draft: copy_draft .PHONY: copy_draft