]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Remove old *-config-devices.mak.d files when running configure
authorThomas Huth <thuth@redhat.com>
Mon, 11 Mar 2019 10:20:34 +0000 (11:20 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 2 May 2019 14:56:33 +0000 (16:56 +0200)
commit9c79024225af6b3ae04ea2dd94a5e5c4132a9e65
treedf9ff9d27832d3ba034fffd0400626ecbdb81aa5
parente6e90feedb706b1b92827a5977b37e1e8defb8ef
configure: Remove old *-config-devices.mak.d files when running configure

When running "make" in a build directory from the pre-Kconfig merge time,
the build process currently fails with:

 make: *** No rule to make target `.../default-configs/pci.mak',
  needed by `aarch64-softmmu/config-devices.mak'.  Stop.

To make sure that this problem at least goes away when the user runs
"configure" (or "sh config.status") again, we have to make sure that
we re-generate the .mak.d files. Thus remove the old stale files
while running the configure script.

Message-Id: <1552300145-12526-1-git-send-email-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure