From nobody Thu May 2 04:12:41 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) client-ip=205.139.110.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1594979465; cv=none; d=zohomail.com; s=zohoarc; b=aPUA3TE+SE7fPAPULHxYMwjgokaRZibPt/K4E6vRcY2MTwn+tvm/rPvxOuDNN9b2XjoVgrkdHGv2lEXBlwmCx3tbgrnxvsEjuxfNEDs+uPKMvQW3PPquvze7glaqnCdRm2o2/G68TV4nh8mykqcuQ/oBQuNS7Imd6YvxQXHQ9Bs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1594979465; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=XTC+cYaTgbEh+rmfGaJ/SctIk15Z+SQtGO/yEndVnj4=; b=kSv/TXRN9munWhN4eT+220hBLWgUgkVSbl5ITQbTNwXgxGqaZhE+8xpwyh8fxyDivx+nl5xxd9uPMA721B/VxIOThJ5HM3q3LV05uZDREQEyzX9Cg/Q5wMSO1BcWj1fzOh+b9AZWfyy1KqDduc9keqoJO75Gz5yhq0I7j3Y9lBw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by mx.zohomail.com with SMTPS id 1594979465258213.8510906622564; Fri, 17 Jul 2020 02:51:05 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-102-u4aX6sQePweezIst1WtsAA-1; Fri, 17 Jul 2020 05:51:01 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A8C8F6BFDF; Fri, 17 Jul 2020 09:50:49 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1762860C47; Fri, 17 Jul 2020 09:50:48 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id D579896248; Fri, 17 Jul 2020 09:50:46 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 06H9ojkX004007 for ; Fri, 17 Jul 2020 05:50:45 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0C7509F63; Fri, 17 Jul 2020 09:50:45 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.36.110.48]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3128B60C47; Fri, 17 Jul 2020 09:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594979464; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=XTC+cYaTgbEh+rmfGaJ/SctIk15Z+SQtGO/yEndVnj4=; b=cHToERBm6ZWUT2ik2e180oQiOc0F9/Krvx+aDP6gQ7fFowN9evxR45TyA74FqZxl3EwgUw zYhCOCmXk3vwAa3cyM+apEdlLmBXFpbeFGTAAlsI1Frutkj3sG5XB+1Y5NSaOHosEw19Bw TjG/qwg/dBSZvCuC6nW0lRsmtj2Irwk= X-MC-Unique: u4aX6sQePweezIst1WtsAA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: libvir-list@redhat.com Subject: [libvirt PATCH] docs: fix compilation instructions to use separate build dir Date: Fri, 17 Jul 2020 10:50:43 +0100 Message-Id: <20200717095043.247363-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- docs/compiling.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/compiling.html.in b/docs/compiling.html.in index 0e12a9218e..18943a9a79 100644 --- a/docs/compiling.html.in +++ b/docs/compiling.html.in @@ -76,7 +76,8 @@ $ sudo make install

=20
-$ ./autogen.sh --prefix=3D$HOME/usr
+$ mkdir build && cd build
+$ ../autogen.sh --prefix=3D$HOME/usr
 $ make
 $ sudo make install
=20 @@ -88,7 +89,8 @@ $ sudo make install

=20
-$ ./autogen.sh --system
+$ mkdir build && cd build
+$ ../autogen.sh --system
 $ make
     
=20 --=20 2.26.2