All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 8/8] build: add pc-bios to config-host.mak deps
Date: Mon,  4 Jul 2016 08:30:49 +0200	[thread overview]
Message-ID: <1467613849-12476-9-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1467613849-12476-1-git-send-email-kraxel@redhat.com>

... so configure re-runs on pc-bios updates such as new pxe roms.
Needed because configure symlinks the prebuilt roms from src
into build tree.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5ea13bc..c1ac21d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ CONFIG_ALL=y
 -include config-all-devices.mak
 -include config-all-disas.mak
 
-config-host.mak: $(SRC_PATH)/configure
+config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/pc-bios
 	@echo $@ is out-of-date, running configure
 	@# TODO: The next lines include code which supports a smooth
 	@# transition from old configurations without config.status.
-- 
1.8.3.1

  parent reply	other threads:[~2016-07-04  6:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04  6:30 [Qemu-devel] [PULL 0/8] ipxe: update submodule from 4e03af8ec to 041863191 Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 1/8] " Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 2/8] ipxe: add e1000e rom Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 3/8] ipxe: add vmxnet3 rom Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 4/8] e1000e: add boot rom Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 5/8] vmxnet3: " Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 6/8] ipxe: update prebuilt binaries Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 7/8] ipxe: add new roms to BLOBS Gerd Hoffmann
2016-07-04  6:30 ` Gerd Hoffmann [this message]
2016-07-04 12:38 ` [Qemu-devel] [PULL 0/8] ipxe: update submodule from 4e03af8ec to 041863191 Peter Maydell
2016-07-04 12:58   ` Gerd Hoffmann
2016-07-05  8:21     ` Paolo Bonzini
2016-07-05 12:47 ` Peter Maydell

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=1467613849-12476-9-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@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.