qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jan Vesely <jano.vesely@gmail.com>
To: qemu-trivial@nongnu.org, QEMU <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] po/Makefile: call rm -f directly
Date: Fri, 29 Apr 2016 00:28:39 -0400	[thread overview]
Message-ID: <1461904119.4403.13.camel@gmail.com> (raw)
In-Reply-To: <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

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 <jano.vesely@gmail.com>
> ---
>  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 #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

       reply	other threads:[~2016-04-29  4:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>
2016-04-29  4:28 ` Jan Vesely [this message]
2016-05-29  7:27 ` [Qemu-devel] [PATCH] po/Makefile: call rm -f directly Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461904119.4403.13.camel@gmail.com \
    --to=jano.vesely@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).