[CRIU] [PATCH] zdtm: remove .PHONY from proxy make files
Kir Kolyshkin
kir at parallels.com
Tue Jan 14 01:58:08 PST 2014
On 01/13/2014 09:21 PM, Andrew Vagin wrote:
> These files doesn't have own rules
Target 'default' is clearly defined. Otherwise ack.
>
> 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
More information about the CRIU
mailing list