Submitter | Mads Kiilerich |
---|---|
Date | Nov. 1, 2014, 7:01 p.m. |
Message ID | <004a3f872fe70e2ff156.1414868478@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/6511/ |
State | Accepted |
Headers | show |
Comments
On Sat, 2014-11-01 at 20:01 +0100, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich <madski@unity3d.com> > # Date 1414868431 -3600 > # Sat Nov 01 20:00:31 2014 +0100 > # Branch stable > # Node ID 004a3f872fe70e2ff15642ccef131888942fe545 > # Parent f55f9cec4df6c9289917f2a2af7fdd2e6718c52f > Makefile: update .PHONY These are queued for stable, thanks.
Patch
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -186,5 +186,7 @@ docker-centos7: contrib/dockerrpm centos7 .PHONY: help all local build doc clean install install-bin install-doc \ - install-home install-home-bin install-home-doc dist dist-notests tests \ - update-pot fedora20 docker-fedora20 + install-home install-home-bin install-home-doc \ + dist dist-notests check tests check-code update-pot \ + osx fedora20 docker-fedora20 \ + centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7