[Freeipa-devel] [freeipa PR#170][opened] Mark all phony Makefile targets as .PHONY

tiran freeipa-github-notification at redhat.com
Tue Oct 18 07:22:39 UTC 2016


   URL: https://github.com/freeipa/freeipa/pull/170
Author: tiran
 Title: #170: Mark all phony Makefile targets as .PHONY
Action: opened

PR body:
"""
https://www.gnu.org/software/make/manual/make.html#Phony-Targets

A phony target is one that is not really the name of a file; rather it
is just a name for a recipe to be executed when you make an explicit
request. There are two reasons to use a phony target: to avoid a
conflict with a file of the same name, and to improve performance.

Signed-off-by: Christian Heimes <cheimes at redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/170/head:pr170
git checkout pr170
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-170.patch
Type: text/x-diff
Size: 7689 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20161018/6a13cac6/attachment.bin>


More information about the Freeipa-devel mailing list