[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH 2/4] build: set PERL
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 2 Jun 2022 11:01:30 +0200
- 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=J4JFGsBy5OgRtxViF+1rg5wEOUhlGowDONoLjfgoE/s=; b=Gj2rOtVy/t4ZCtcFjTUdj3NP6vm+dJAqfnnxeibLqnKlS+VkwIDve1XcSCoYqspLdIQGMIHsQZLRIa6E0qmz3nnZx+6eYyT5uubvrhbs/HiUsXHxRl2RB+Udnvp58Jog3BiJxB2huHBXi77vBGhMv0n9OIUGWx1U4rcuGnhmRtSNV7c1zRBFW8utdxXIq0kffAeRGUJJuSuVpOLYRbjwY8dm33gTMGPsTmvaM5W3z5xD7pHGb8CTQMjrvnBteGpzSnFFIKYXOKB+A+VSxSBUGk3gmEkY0BIRITEny3B72eOOmX4VwKF9KhHcRffG+lD6TsrpPQuQQA5oyaIsukSuXA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iDOJyq5gyi6QFrOFZd8UyhgOaBi4p81rAcf5DFw9KFtKdHds3V6dYJ75NmAmiVyf81HyJmCW/47T8bAHO6zMoYAtMbJKPTulRbrVYr1DuOaJMXjKbVt3NEFAInIqhA6T3d3E6JypHX+huh0Rh/tPKaD/nL/MFhSpmxV5YZUhhrpjwNe3SpR7bp9Gn/KAEkEdNajZvbvLOxSXtlqJOFm4Qj09Y4NoPK8OLuu7Aur8ZIqwIvAmeAcmUpVMC1/vD4nA32WXcDZlfcBjqdmEWsTHfyD+n0niLkEz+RKitANRuAjFEVkaoI+ekqIKD18rAYjYWyZSpijOdf+jXrFOHrmnVA==
- 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>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 02 Jun 2022 09:01:42 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 01.06.2022 18:59, Anthony PERARD wrote:
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -22,6 +22,7 @@ PYTHON_INTERPRETER := $(word 1,$(shell which python3
> python python2 2>/dev/null)
> export PYTHON ?= $(PYTHON_INTERPRETER)
>
> export CHECKPOLICY ?= checkpolicy
> +export PERL ?= perl
For the intended use, is there a minimum version requirement? If so,
it needs documenting in ./README (and it preferably wouldn't be any
newer than from around the times our other dependencies are). And
even when the uses are fully backwards compatible, I think the need
for the tool wants mentioning there.
Jan
|