[CRIU] [PATCH] make: Fix @install-criu target
Tycho Andersen
tycho.andersen at canonical.com
Mon Dec 14 08:08:44 PST 2015
On Mon, Dec 14, 2015 at 07:06:00PM +0300, Cyrill Gorcunov wrote:
> Standalone criu target should not be used here
> because it doesn't carry all prerequisites needed.
> Instead simply use @all.
:) does this mean that the standalone criu target shouldn't be used?
Anyway,
Acked-by: Tycho Andersen <tycho.andersen at canonical.com>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 1793091bfc81..f353c2f11ebe 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -313,7 +313,7 @@ criu-$(CRTOOLSVERSION).tar.bz2:
>
> install: install-criu install-man
>
> -install-criu: $(PROGRAM) $(CRIU-LIB) install-crit
> +install-criu: all $(CRIU-LIB) install-crit
> $(E) " INSTALL " $(PROGRAM)
> $(Q) mkdir -p $(DESTDIR)$(SBINDIR)
> $(Q) install -m 755 $(PROGRAM) $(DESTDIR)$(SBINDIR)
> --
> 2.5.0
>
More information about the CRIU
mailing list