[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tools: make misra convert tool executable
- To: Bertrand Marquis <bertrand.marquis@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 3 Aug 2022 09:55:55 +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=OsmHrJogagIIuj9oAlRbDA5UezBuVmy0Fb1YzyhFUPQ=; b=J4BmktB3b39zazIjvIC0TLnvji+hjFbgCAZoMZ7GveDkVfPfmJiy2rWP0HU6DDu4g9f+8WVrjkkwhTerwVqXDwaauMi67V1orC6+msQsQUCcGTJLsXCNGMHBfCZzLjO8QmV1GLOj/RSc2FdruWAW9WN6NxMB0sWsXUhYU08yAZiK0TQ/kKnZLdaNuw+k9E96U1WKQ6T2LroNs2357TibHv343oF7pOrb3w7omjhqCFgLIbg5chJ6FJC4JPOCSyqulX2gJqrMecs8lAWiA2q6bsJ3BdAR8qgxlrMY9QG/lEha1Kq/NN0Ce6LAoQM1luB6TKZnqcegczKEDE8XTTnmEg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NTJnEuQHAIMJosoVgCJ3FY9by9K7yxwocnGnR9+nqHrWR7WW/OfN12jw8F9oxY0szFC5yUSrExTadd9ojh+GjwEXaocTcdFX3Z+geC1MhzGSmSdK6kKSvb2rz57p8DaQ7pNt8QAG1bD6gGyybEWUliH4/XyFaXIwo+xxqTMEf5km1Duh8f+Nhglkmf6RA5wDgGAxgZ0Xu+5ifR6o4NocmYZYEAJfg4hu1JtAUOT6yPmDlxo+QYLalpOjN6ktNHbQC8TV1iYkCS6SdkGwNWv6moVQr4HAKY5/ZqHzpCh50H49ITXFkzkpoDNp2xgvvigMiWI36s7HCSph6jGjwJVGqA==
- 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: Wed, 03 Aug 2022 07:56:05 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 03.08.2022 09:35, Bertrand Marquis wrote:
> Fix misra document conversion script to be executable.
>
> Fixes: 57caa53753 (xen: Add MISRA support to cppcheck make rule)
> Signed-off-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
> ---
> xen/tools/convert_misra_doc.py | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> mode change 100644 => 100755 xen/tools/convert_misra_doc.py
Hmm, the real fix imo would be to add $(PYTHON), just like we use
$(SHELL) to invoke shell scripts. This is to cover for file systems
lacking a way to express executable permission. (Along with that I
certainly wouldn't mind the mode change, but that would then only
be for cosmetic reasons.)
Jan
|