[CRIU] [PATCH 0/2] Makefile PHONY targers fixups

Pavel Emelyanov xemul at parallels.com
Fri Jan 10 21:13:01 PST 2014


On 01/08/2014 01:58 AM, Kir Kolyshkin wrote:
> While marking phony makefile targets as such is not
> an absolute necessity, but it can avoid some nasty side
> effects if a file with the same name as a target exist.
> 
> See more at http://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
> 
> Kir Kolyshkin (2):
>   test/zdtm/lib/Makefile: rm unused targets from PHONY
>   test/*Makefile: add/append PHONY targets
> 
>  test/Makefile                      | 4 ++++
>  test/app-emu/job/Makefile          | 2 ++
>  test/app-emu/make/Makefile         | 2 ++
>  test/libcriu/Makefile              | 2 ++
>  test/rpc/Makefile                  | 2 ++
>  test/tcp/Makefile                  | 2 ++
>  test/zdtm/Makefile                 | 3 +--
>  test/zdtm/lib/Makefile             | 2 +-
>  test/zdtm/live/Makefile            | 3 +--
>  test/zdtm/live/static/Makefile     | 1 +
>  test/zdtm/live/streaming/Makefile  | 1 +
>  test/zdtm/live/transition/Makefile | 1 +
>  12 files changed, 20 insertions(+), 5 deletions(-)
> 


applied, thanks


More information about the CRIU mailing list