qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] optionroms: Silence intermediate file remova


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3] optionroms: Silence intermediate file removal
Date: Wed, 01 Feb 2012 16:11:14 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 01/30/2012 04:27 AM, Jan Kiszka wrote:
The build process of optionroms spits out an "rm ..." line. Moreover, it
removes all .o files that can be handy for debugging purposes. So
disable automatic intermediate removal.

Signed-off-by: Jan Kiszka<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

---

Changes in v3:
  - do not remove intermediate file manually, it breaks parallel build

  pc-bios/optionrom/Makefile |    3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
index 51da288..2caf7e6 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -16,6 +16,9 @@ QEMU_CFLAGS = $(CFLAGS)

  build-all: multiboot.bin linuxboot.bin

+# suppress auto-removal of intermediate files
+.SECONDARY:
+
  %.img: %.o
        $(call quiet-command,$(LD) -Ttext 0 -e _start -s -o $@ $<,"  Building 
$(TARGET_DIR)$@")





reply via email to

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