From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS232-0000bp-Ac for qemu-devel@nongnu.org; Wed, 28 Nov 2018 10:46:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS22x-0004Y9-Jb for qemu-devel@nongnu.org; Wed, 28 Nov 2018 10:46:44 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:44154) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS22x-0004XS-EJ for qemu-devel@nongnu.org; Wed, 28 Nov 2018 10:46:39 -0500 Received: by mail-wr1-f66.google.com with SMTP id z5so22481139wrt.11 for ; Wed, 28 Nov 2018 07:46:39 -0800 (PST) References: <20181128153423.11916-1-cota@braap.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Wed, 28 Nov 2018 16:46:36 +0100 MIME-Version: 1.0 In-Reply-To: <20181128153423.11916-1-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH trivial] docs/devel/build-system: fix 'softmu' typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org On 28/11/18 16:34, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé > --- > docs/devel/build-system.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/devel/build-system.txt b/docs/devel/build-system.txt > index 52501f2ad9..f9fd27fab0 100644 > --- a/docs/devel/build-system.txt > +++ b/docs/devel/build-system.txt > @@ -393,7 +393,7 @@ all use $(obj) as a prefix to the target, e.g. > This file provides the entry point used to build each individual system > or userspace emulator target. Each enabled target has its own > subdirectory. For example if configure is run with the argument > -'--target-list=x86_64-softmmu', then a sub-directory 'x86_64-softmu' > +'--target-list=x86_64-softmmu', then a sub-directory 'x86_64-softmmu' > will be created, containing a 'Makefile' which symlinks back to > Makefile.target > >