From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1UFM-00089n-JF for qemu-devel@nongnu.org; Wed, 06 Mar 2019 05:58:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1UFL-0002ZR-SZ for qemu-devel@nongnu.org; Wed, 06 Mar 2019 05:58:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13431) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1UFL-0002XW-I9 for qemu-devel@nongnu.org; Wed, 06 Mar 2019 05:57:59 -0500 References: <1551723614-1823-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: Date: Wed, 6 Mar 2019 11:57:51 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Yang Zhong , Thomas Huth On 05/03/19 10:32, Peter Maydell wrote: > Everything fails to build with errors like > make: *** No rule to make target `config-all-devices.mak', needed by > `subdir-aarch64-softmmu'. Stop. > > or > make: *** No rule to make target > `/home/pm215/qemu/default-configs/pci.mak', needed by > `aarch64-softmmu/config-devices.mak'. Stop. > > If there are special instructions for what to do with > build trees over the transition to kconfig, the pullreq > cover letter would be a good place to mention them :-) As others mentioned, this is the "usual" stale dependency issue requiring distclean. Paolo