From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [PATCH] Add a check script to check for the existence of an ocaml native compiler Date: Wed, 14 Jul 2010 11:33:02 +0100 Message-ID: <4C3D925E.9020106@eu.citrix.com> References: <1279015900-20587-1-git-send-email-vincent.hanquez@eu.citrix.com> <19516.44152.271324.344723@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <19516.44152.271324.344723@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: Xen Devel List-Id: xen-devel@lists.xenproject.org On 13/07/10 19:12, Ian Jackson wrote: > Vincent Hanquez writes ("[Xen-devel] [PATCH] Add a check script to check for the existence of an ocaml native compiler"): > >> The script doesn't check anything if the $OS is not linux, and just print a >> warning if the compiler is missing. >> > I don't understand the rationale behind only warning about missing > ocaml compilers on Linux. > Unless oxenstored get some portability efforts, warning on system that can't use it anyway is just annoying for no gain. On system that can use it (just linux), we want to push people using it. -- Vincent