diff mbox series

[1/2] Makefile: Drop extra phony cscope

Message ID 159916246865.691541.16619858522304817323.stgit@bahia.lan
State New
Headers show
Series Makefile: Some more cleanups for cscope/TAGS/ctags | expand

Commit Message

Greg Kurz Sept. 3, 2020, 7:47 p.m. UTC
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(-)

Comments

Laurent Vivier Sept. 9, 2020, 1:40 p.m. UTC | #1
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))
> 
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Laurent Vivier Sept. 9, 2020, 1:43 p.m. UTC | #2
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
diff mbox series

Patch

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))