projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f696b74
)
build: Do not depend on pc-bios for config-host.mak
author
Akihiko Odaki
<akihiko.odaki@gmail.com>
Fri, 24 Jun 2022 15:02:58 +0000
(
00:02
+0900)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 8 Jul 2022 09:03:36 +0000
(11:03 +0200)
Commit
45f1eecdd63f9e4fa93fef01dd826e7706ac6d7b
removed the dependency
from configure to pc-bios
Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <
20220624150258
.50449-1-akihiko.odaki@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ec4445db9a4a536128700596eab932e7b19494e5..b4feda93c85325d7591971c0173219a1a6b4abc0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-87,7
+87,7
@@
x := $(shell rm -rf meson-private meson-info meson-logs)
endif
# 1. ensure config-host.mak is up-to-date
-config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh $(SRC_PATH)/
pc-bios $(SRC_PATH)/
VERSION
+config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh $(SRC_PATH)/VERSION
@echo config-host.mak is out-of-date, running configure
@if test -f meson-private/coredata.dat; then \
./config.status --skip-meson; \