Mercurial > hg-stable
changeset 37702:78c050eed395
makefile: reformat .PHONY targets
The list of make targets is likely to evolve over time. This reformats
streamlines future patches.
author | Antonio Muci <a.mux@inwind.it> |
---|---|
date | Sat, 14 Apr 2018 18:23:57 +0200 |
parents | 492531ff81bc |
children | fcfc464000dd |
files | Makefile |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Apr 14 15:57:55 2018 +0200 +++ b/Makefile Sat Apr 14 18:23:57 2018 +0200 @@ -302,10 +302,15 @@ .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 format-c update-pot \ - osx deb ppa docker-debian-jessie docker-debian-stretch \ + osx deb ppa \ + docker-debian-jessie \ + docker-debian-stretch \ docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ docker-ubuntu-xenial docker-ubuntu-xenial-ppa \ docker-ubuntu-artful docker-ubuntu-artful-ppa \ - fedora20 docker-fedora20 fedora21 docker-fedora21 \ - centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7 \ + fedora20 docker-fedora20 \ + fedora21 docker-fedora21 \ + centos5 docker-centos5 \ + centos6 docker-centos6 \ + centos7 docker-centos7 \ linux-wheels