From patchwork Thu Oct 26 04:00:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [stable] makefile: put format-c into .PHONY targets From: Anton Shestakov X-Patchwork-Id: 25286 Message-Id: <8ed12ff6d0edcb3f28d2.1508990448@neuro> To: mercurial-devel@mercurial-scm.org Date: Thu, 26 Oct 2017 12:00:48 +0800 # HG changeset patch # User Anton Shestakov # Date 1508990335 -28800 # Thu Oct 26 11:58:55 2017 +0800 # Branch stable # Node ID 8ed12ff6d0edcb3f28d2d88ddb63397ea9539ba5 # Parent f7e4d6c20095d67857c912bd44bb45073ced6f2f makefile: put format-c into .PHONY targets diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -308,7 +308,7 @@ linux-wheels-i686: .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 \ + dist dist-notests check tests check-code format-c update-pot \ osx deb ppa docker-debian-jessie docker-debian-stretch \ docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ docker-ubuntu-xenial docker-ubuntu-xenial-ppa \