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

Kir Kolyshkin kir at openvz.org
Tue Jan 7 13:58:03 PST 2014


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

-- 
1.8.1.4



More information about the CRIU mailing list