From: Michael Tokarev <mjt@tls.msk.ru>
To: Jan Vesely <jano.vesely@gmail.com>, qemu-trivial@nongnu.org
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-trivial] [PATCH] po/Makefile: call rm -f directly
Date: Sun, 29 May 2016 10:27:59 +0300 [thread overview]
Message-ID: <574A99FF.2090709@msgid.tls.msk.ru> (raw)
In-Reply-To: <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>
20.03.2016 04:58, 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/
Please add qemu-devel@ address for all patches.
Applied to -trivial, thank you!
> 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 \
>
WARNING: multiple messages have this Message-ID (diff)
From: Michael Tokarev <mjt@tls.msk.ru>
To: Jan Vesely <jano.vesely@gmail.com>, qemu-trivial@nongnu.org
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] po/Makefile: call rm -f directly
Date: Sun, 29 May 2016 10:27:59 +0300 [thread overview]
Message-ID: <574A99FF.2090709@msgid.tls.msk.ru> (raw)
In-Reply-To: <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>
20.03.2016 04:58, 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/
Please add qemu-devel@ address for all patches.
Applied to -trivial, thank you!
> 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 \
>
next prev parent reply other threads:[~2016-05-29 7:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-20 1:58 [Qemu-trivial] [PATCH] po/Makefile: call rm -f directly Jan Vesely
2016-04-29 4:28 ` Jan Vesely
2016-04-29 4:28 ` [Qemu-devel] " Jan Vesely
2016-05-29 7:27 ` Michael Tokarev [this message]
2016-05-29 7:27 ` 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=574A99FF.2090709@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.