[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v8 10/47] build: rework cloc recipe
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 6 Dec 2021 18:03:36 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=nz375AMFecIdgYkYtENyDLTLBQN7pwZgXN4e0X8P7uw=; b=epo2+tQ++u1ptebuyUlnl4tq2eMOqc7AOVTV+ahS9iAhXCedUS8iy9ALj4Wt6SHFD6k5s6JDZSzkiwGzHBYU+l1gHpQwDcvU5Il6cf/u0I8aBWWerrrlFVxipdMRscoj84qyyVTn1MQKZXMXifTTH4cTqhdvVSSbugrex1FGFVOYSErub6gvBdYe2NrQoOiG82XRhSnS/PPyruF1mC9boX68JvAzImaOY36iUVd70rrHvjo9AZ4yW2TQUqoYAegWlHnC/2N3j5jEDXHPfDPvBBV+W/JwRwUry2DR3j/Qfo6e5Da2t3BZsERVghAkR5d3Ii1vHRgd/tnk1RV4VqBdJg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UVO4jNMJ/bw/rcN8KVyOmE1G6rUMIXMYPrBG9SrwarbVUW/Us9Tyderlz91uabqI0G0cIh2x1nXfisTQ8d9z34H6JVTxvfXenYcRPdEsifn0lry5njNn0oX1P2PoMxrVrB6eNAbMFbAlz/X00Dw7JLnq1aKq63FGjQF7bU3QxRhsQbxTOkOmp+igUAI8XJjGG8l280eEt2p+qKmDDjRKiMKid/G8HFM/6nZaCk7Qbw+UzDQJyM/StL6RUQTzivKF+WJU0OebJnTS2+bdNHU5FFPC3lvesiQygPgDvrSXqJxoLNqDDNa72srqsK0irvUY+Hf+8VoJwVhjz4PH5wiJbw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 06 Dec 2021 17:08:35 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 25.11.2021 14:39, Anthony PERARD wrote:
> We are going to make other modifications to the cloc recipe, so this
> patch prepare make those modification easier.
>
> We replace the Makefile meta programming by just a shell script which
> should be easier to read and is actually faster to execute.
>
> Instead of looking for files in "$(BASEDIR)", we use "." which is give
> the same result overall. We also avoid the need for a temporary file
> as cloc can read the list of files from stdin.
>
> No change intended to the output of `cloc`.
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|