[PATCH hglib] make: dist should also be a phony rule

Augie Fackler raf at durin42.com
Thu Apr 26 12:54:37 EDT 2018



> On Apr 26, 2018, at 07:30, Yuya Nishihara <yuya at tcha.org> wrote:
> 
> On Wed, 25 Apr 2018 13:32:49 -0400, Augie Fackler wrote:
>> # HG changeset patch
>> # User Augie Fackler <raf at durin42.com>
>> # Date 1524677538 14400
>> #      Wed Apr 25 13:32:18 2018 -0400
>> # Node ID 9fef848282b9b8574f4897ca93390641647f4ad6
>> # Parent  5828b4483012dff82efacc0a6639de02b0c0b9dd
>> make: dist should also be a phony rule
> 
> LGTM.
> 
>> diff --git a/Makefile b/Makefile
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -5,7 +5,7 @@ help:
>> 
>> all: help
>> 
>> -.PHONY: tests
>> +.PHONY: tests dist
> 
> + all help

Pushing with those added, many thanks.


More information about the Mercurial-devel mailing list