[CRIU] [PATCH] zdtm: remove .PHONY from proxy make files
Andrew Vagin
avagin at openvz.org
Mon Jan 13 21:21:50 PST 2014
These files doesn't have own rules
Cc: Kir Kolyshkin <kir at openvz.org>
Signed-off-by: Andrew Vagin <avagin at openvz.org>
---
test/zdtm/Makefile | 1 -
test/zdtm/live/Makefile | 1 -
2 files changed, 2 deletions(-)
diff --git a/test/zdtm/Makefile b/test/zdtm/Makefile
index afc095a..66fa15b 100644
--- a/test/zdtm/Makefile
+++ b/test/zdtm/Makefile
@@ -1,7 +1,6 @@
SUBDIRS = lib live
default: all
-.PHONY: default all
%:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
diff --git a/test/zdtm/live/Makefile b/test/zdtm/live/Makefile
index 951db94..0a55104 100644
--- a/test/zdtm/live/Makefile
+++ b/test/zdtm/live/Makefile
@@ -1,7 +1,6 @@
SUBDIRS = streaming transition static
default: all
-.PHONY: default all
%:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
--
1.8.4.2
More information about the CRIU
mailing list