Message ID | 159916246865.691541.16619858522304817323.stgit@bahia.lan (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Makefile: Some more cleanups for cscope/TAGS/ctags | expand |
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>
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 --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))
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(-)