"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: patch: .PHONY is a target
To:
Sebastien Marie <semarie@online.fr>
Cc:
gameoftrees@openbsd.org
Date:
Mon, 6 Jan 2020 19:11:40 +0100

Download raw body.

Thread
On Mon, Jan 06, 2020 at 07:06:01PM +0100, Sebastien Marie wrote:
> Hi,
> 
> The following diff is sitting in my tree since too much long time now.
> 
> .PHONY is a target, not a variable.

Duh, thanks! ok

> diff fe558a04addf51f90a50aef5e0e8405c26873f9b /home/semarie/repos/openbsd/got
> blob - b95475ae2134fc7f08e7858cb5ef000056b2ee0b
> file + Makefile
> --- Makefile
> +++ Makefile
> @@ -1,5 +1,6 @@
>  SUBDIR = libexec got tog
> -.PHONY=release dist
> +
> +.PHONY: release dist
>  
>  .if make(regress) || make(obj) || make(clean) || make(release)
>  SUBDIR += regress
> 
> -- 
> Sebastien Marie
> 
>