From patchwork Wed Feb 15 12:14:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [stable] make: update .PHONY targets From: Anton Shestakov X-Patchwork-Id: 18510 Message-Id: <8e70ce179fc3b4180232.1487160886@neuro> To: mercurial-devel@mercurial-scm.org Date: Wed, 15 Feb 2017 20:14:46 +0800 # HG changeset patch # User Anton Shestakov # Date 1487141373 -28800 # Wed Feb 15 14:49:33 2017 +0800 # Branch stable # Node ID 8e70ce179fc3b418023213ecae804b8825d04331 # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30 make: update .PHONY targets diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -262,5 +262,9 @@ docker-centos7: .PHONY: help all local build doc cleanbutpackages clean install install-bin \ install-doc install-home install-home-bin install-home-doc \ dist dist-notests check tests check-code update-pot \ - osx fedora20 docker-fedora20 fedora21 docker-fedora21 \ + osx deb ppa docker-debian-jessie \ + docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ + docker-ubuntu-xenial docker-ubuntu-xenial-ppa \ + docker-ubuntu-yakkety docker-ubuntu-yakkety-ppa \ + fedora20 docker-fedora20 fedora21 docker-fedora21 \ centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7