Submitter | Anton Shestakov |
---|---|
Date | Feb. 15, 2017, 12:14 p.m. |
Message ID | <8e70ce179fc3b4180232.1487160886@neuro> |
Download | mbox | patch |
Permalink | /patch/18510/ |
State | Accepted |
Headers | show |
Comments
On Wed, 15 Feb 2017 20:14:46 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov <av6@dwimlabs.net> > # Date 1487141373 -28800 > # Wed Feb 15 14:49:33 2017 +0800 > # Branch stable > # Node ID 8e70ce179fc3b418023213ecae804b8825d04331 > # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30 > make: update .PHONY targets Sure, queued, thanks.
Patch
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