qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target-sparc: remove useless line in Makefile.objs
@ 2012-08-26 19:08 Aurelien Jarno
  2012-08-27 17:49 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Aurelien Jarno @ 2012-08-26 19:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, Aurelien Jarno

op_helper.c has been removed in commit 0184e266. Remove the corresponding
flags from Makefile.objs.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 target-sparc/Makefile.objs |    2 --
 1 file changed, 2 deletions(-)

diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs
index a93e07d..9fc42ea 100644
--- a/target-sparc/Makefile.objs
+++ b/target-sparc/Makefile.objs
@@ -4,5 +4,3 @@ obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o
 obj-$(TARGET_SPARC) += int32_helper.o
 obj-$(TARGET_SPARC64) += int64_helper.o
 obj-$(TARGET_SPARC64) += vis_helper.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] target-sparc: remove useless line in Makefile.objs
  2012-08-26 19:08 [Qemu-devel] [PATCH] target-sparc: remove useless line in Makefile.objs Aurelien Jarno
@ 2012-08-27 17:49 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2012-08-27 17:49 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: qemu-devel

On Sun, Aug 26, 2012 at 7:08 PM, Aurelien Jarno <aurelien@aurel32.net> wrote:
> op_helper.c has been removed in commit 0184e266. Remove the corresponding
> flags from Makefile.objs.
>
> Cc: Blue Swirl <blauwirbel@gmail.com>

Acked-by: Blue Swirl <blauwirbel@gmail.com>

As this is cleanup only, it could be postponed to 1.3.

> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
> ---
>  target-sparc/Makefile.objs |    2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs
> index a93e07d..9fc42ea 100644
> --- a/target-sparc/Makefile.objs
> +++ b/target-sparc/Makefile.objs
> @@ -4,5 +4,3 @@ obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o
>  obj-$(TARGET_SPARC) += int32_helper.o
>  obj-$(TARGET_SPARC64) += int64_helper.o
>  obj-$(TARGET_SPARC64) += vis_helper.o
> -
> -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
> --
> 1.7.10.4
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-27 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 19:08 [Qemu-devel] [PATCH] target-sparc: remove useless line in Makefile.objs Aurelien Jarno
2012-08-27 17:49 ` Blue Swirl

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).