mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00:00
Makefile: Drop extra phony cscope
Commitd79864058a
added a dedicated phony line for cscope. Fixes:d79864058a
("Makefile: Add back TAGS/ctags/cscope rules") Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <159916246865.691541.16619858522304817323.stgit@bahia.lan> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
1c3bd33a5e
commit
8dc746b2ae
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ build.ninja: config-host.mak
|
|||||||
Makefile: ;
|
Makefile: ;
|
||||||
configure: ;
|
configure: ;
|
||||||
|
|
||||||
.PHONY: all clean cscope distclean install \
|
.PHONY: all clean distclean install \
|
||||||
recurse-all dist msi FORCE
|
recurse-all dist msi FORCE
|
||||||
|
|
||||||
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory --quiet)
|
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory --quiet)
|
||||||
|
Loading…
Reference in New Issue
Block a user