From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUyiW-0004iD-9l for qemu-devel@nongnu.org; Sat, 12 Oct 2013 08:54:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUyiR-00039H-Dv for qemu-devel@nongnu.org; Sat, 12 Oct 2013 08:54:48 -0400 References: <1381482317-25433-1-git-send-email-mjt@msgid.tls.msk.ru> From: Alex =?utf-8?Q?Benn=C3=A9e?= Message-ID: <87k3hi6466.fsf@linaro.org> In-reply-to: <1381482317-25433-1-git-send-email-mjt@msgid.tls.msk.ru> Date: Sat, 12 Oct 2013 13:54:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] configure: create fsdev/ directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org mjt@tls.msk.ru writes: > In some cases when building with parallelism (make -jN), > build fails because the directory where output files are > supposed to be does not exist. In particular, when make > decides to build virtfs-proxy-helper.1 before other files > in fsdev/, build will fail with the following error: Isn't this the sort of think Make dependencies are for? -- Alex Bennée