qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] po/Makefile: call rm -f directly


From: Jan Vesely
Subject: Re: [Qemu-devel] [PATCH] po/Makefile: call rm -f directly
Date: Fri, 29 Apr 2016 00:28:39 -0400

On Sat, 2016-03-19 at 21:58 -0400, Jan Vesely wrote:
> Default variables are undefined in rules.mak and this is what the
> rest
> of the build system uses.
> Fixes make clean in ./po/
> 
> Signed-off-by: Jan Vesely <address@hidden>
> ---
>  po/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/po/Makefile b/po/Makefile
> index b271f79..7bab09d 100644
> --- a/po/Makefile
> +++ b/po/Makefile
> @@ -32,7 +32,7 @@ update: $(SRCS)
>  build: $(OBJS)
>  
>  clean:
> -     $(RM) $(OBJS)
> +     rm -f $(OBJS)
>  
>  install: $(OBJS)
>       for obj in $(OBJS); do \

gentle ping

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]