[CRIU] [PATCH 1/5] Documentation/Makefile: fix clean target

Pavel Emelyanov xemul at parallels.com
Fri May 10 03:02:45 EDT 2013


On 05/09/2013 09:58 PM, Kir Kolyshkin wrote:
> ...after commit 1e1bf24
> 
> Signed-off-by: Kir Kolyshkin <kir at openvz.org>
> ---
>  Documentation/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/Makefile b/Documentation/Makefile
> index 132be6b..0a1edac 100644
> --- a/Documentation/Makefile
> +++ b/Documentation/Makefile
> @@ -18,7 +18,7 @@ all: $(MANS)
>  clean:
>  	$(E) "  CLEAN   "
>  	$(Q) rm -f ./*.xml
> -	$(Q) rm -f ./*.1
> +	$(Q) rm -f ./*.8
>  
>  install: $(MANS)
>  	$(E) "  INSTALL " $(MANS)
> 


All applied, thanks


More information about the CRIU mailing list