[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] Makefile: Drop extra phony cscope
From: |
Laurent Vivier |
Subject: |
Re: [PATCH 1/2] Makefile: Drop extra phony cscope |
Date: |
Wed, 9 Sep 2020 15:43:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
Le 03/09/2020 à 21:47, Greg Kurz a écrit :
> Commit d79864058a64 added a dedicated phony line for cscope.
>
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index ed354c43b0ba..a9d3e2c4d375 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -127,7 +127,7 @@ generated-files-y += .git-submodule-status
> Makefile: ;
> configure: ;
>
> -.PHONY: all clean cscope distclean install \
> +.PHONY: all clean distclean install \
> recurse-all dist msi FORCE
>
> $(call set-vpath, $(SRC_PATH))
>
>
Applied to my trivial-patches branch.
Thanks,
Laurent