[CRIU] [PATCH] test/*/Makefile: fix PHONY targets
Kir Kolyshkin
kir at openvz.org
Fri Jan 10 23:41:55 PST 2014
Broken by my commit 1fa0c0c05. I swear I was not drunk.
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
test/zdtm/Makefile | 2 +-
test/zdtm/live/streaming/Makefile | 2 +-
test/zdtm/live/transition/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/zdtm/Makefile b/test/zdtm/Makefile
index 997028d..afc095a 100644
--- a/test/zdtm/Makefile
+++ b/test/zdtm/Makefile
@@ -1,7 +1,7 @@
SUBDIRS = lib live
default: all
-PHONY: default all
+.PHONY: default all
%:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
diff --git a/test/zdtm/live/streaming/Makefile b/test/zdtm/live/streaming/Makefile
index c9e9814..ebf8a9a 100644
--- a/test/zdtm/live/streaming/Makefile
+++ b/test/zdtm/live/streaming/Makefile
@@ -32,7 +32,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP
all: $(TST)
install: all
-PHONY: all install
+.PHONY: all install
$(TST_NOFILE:%=%.pid): %.pid: %
$(<D)/$(<F) --pidfile=$@ --outfile=$<.out
diff --git a/test/zdtm/live/transition/Makefile b/test/zdtm/live/transition/Makefile
index 88e3972..1a39e5e 100644
--- a/test/zdtm/live/transition/Makefile
+++ b/test/zdtm/live/transition/Makefile
@@ -29,7 +29,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP
all: $(TST)
install: all
-PHONY: all install
+.PHONY: all install
$(TST_NOFILE:%=%.pid): %.pid: %
$(<D)/$(<F) --pidfile=$@ --outfile=$<.out
--
1.8.1.4
More information about the CRIU
mailing list