From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id D8EE11B581; Wed, 19 Dec 2018 03:28:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 67B7C1887; Tue, 18 Dec 2018 21:28:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 18 Dec 2018 21:28:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=4gWEus4qAbZ3hS7ny8ZKgjKvqCxo/Y0/1qSCjjXSuUw=; b=KTrdC0kFQIHp K5QrX1EdjGMwvBJA0fYyVpul2XvHAMB36pt6vTuAtVmGxEernu/QXgqmMIXDxIpL JuOL2B2vQkL49l78rfP1iO9vMi0OfQDeITh5xektq0IkNt5q6OcgJDMOUETe1VrI Dl6QOsiY2G2uuduc+TdZOpzFLkHAB3g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=4gWEus4qAbZ3hS7ny8ZKgjKvqCxo/Y0/1qSCjjXSu Uw=; b=e8eTkqevk3xjeZfKpyLmvA86M3OHLQpPhyfpnxQdpb0NllnkM8TDTFzhg MAezJCU8EmSyAOYe6KjEOaBlqkt7ZvPyhxqQl9l5NUhGWwPq57/Y6EM/HLV9Q6fe BrqFG81SmMZRNdEmfnXjYT3mMQsq+0keILv/uHW8G8XAxCurl5n/FsHdsCZZEJS/ Y28G78/T8ZVWqcGEGMXRdrxoVai3CZLQmfvhvo4RGnafPm5AiDBpa0dTR/hZQfaV 97U1fRChi1g839yn6T741xIPM46hbjNVhLdxItiWKklFP1fd4FNAmK9GFjoUkGct TTW7XRzMDMVCACi2fSYJTmnXcbD5g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudeiledgudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E3ABA10087; Tue, 18 Dec 2018 21:28:56 -0500 (EST) From: Thomas Monjalon To: Luca Boccassi Cc: stable@dpdk.org, dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Wed, 19 Dec 2018 03:28:55 +0100 Message-ID: <1779038.8Nb24oYqjg@xps> In-Reply-To: <20181205142545.24633-1-bluca@debian.org> References: <20181205142545.24633-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix garbage text in generated HTML guides X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 02:29:00 -0000 05/12/2018 15:25, Luca Boccassi: > If the user has MAKEFLAGS set in the environment when building the > documentation, the doc/guides/conf.py script which calls "make" > exclusively to get the project version might pick up garbage from > stdout, like: > > FAQ — Data Plane Development Kit make[2]: > Entering directory '/build/1st/dpdk-18.11/doc/guides' > 18.11.0 > make[2]: Leaving directory '/build/1st/dpdk-18.11' > documentation > > Override MAKEFLAGS in the Python subprocess call to avoid this issue. > > Fixes: f7aaae2fe6f7 ("doc: add copyright and version") > Cc: stable@dpdk.org > > Signed-off-by: Luca Boccassi Applied, thanks