* Re: [Qemu-devel] [PATCH] po/Makefile: call rm -f directly
[not found] <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>
@ 2016-04-29 4:28 ` Jan Vesely
2016-05-29 7:27 ` Michael Tokarev
1 sibling, 0 replies; 2+ messages in thread
From: Jan Vesely @ 2016-04-29 4:28 UTC (permalink / raw)
To: qemu-trivial, QEMU
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] po/Makefile: call rm -f directly
[not found] <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>
2016-04-29 4:28 ` [Qemu-devel] [PATCH] po/Makefile: call rm -f directly Jan Vesely
@ 2016-05-29 7:27 ` Michael Tokarev
1 sibling, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2016-05-29 7:27 UTC (permalink / raw)
To: Jan Vesely, qemu-trivial; +Cc: qemu-devel
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 \
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-29 7:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1458439134-28726-1-git-send-email-jano.vesely@gmail.com>
2016-04-29 4:28 ` [Qemu-devel] [PATCH] po/Makefile: call rm -f directly Jan Vesely
2016-05-29 7:27 ` Michael Tokarev
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).