From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 4D5E37FACD for ; Thu, 18 Sep 2014 22:34:55 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of sebastien-ocaml@chimrod.com) identity=pra; client-ip=212.27.42.6; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="sebastien-ocaml@chimrod.com"; x-sender="sebastien-ocaml@chimrod.com"; x-conformance=sidf_compatible Received-SPF: PermError (mail2-smtp-roc.national.inria.fr: cannot correctly interpret sender authenticity information from domain of sebastien-ocaml@chimrod.com) identity=mailfrom; client-ip=212.27.42.6; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="sebastien-ocaml@chimrod.com"; x-sender="sebastien-ocaml@chimrod.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp6-g21.free.fr) identity=helo; client-ip=212.27.42.6; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="sebastien-ocaml@chimrod.com"; x-sender="postmaster@smtp6-g21.free.fr"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At8BAEpBG1TUGyoGnGdsb2JhbABggmp2g1fGS4dDCgGBCxYBEQEBAQEBBg0JCRQqhAQBAQQjDwEFQBELGgIFFgsCAgkDAgECAUUTCAKIOwMJrA2WMwETBIEsjlIWgmKBUwWWBaAvgzQBAQE X-IPAS-Result: At8BAEpBG1TUGyoGnGdsb2JhbABggmp2g1fGS4dDCgGBCxYBEQEBAQEBBg0JCRQqhAQBAQQjDwEFQBELGgIFFgsCAgkDAgECAUUTCAKIOwMJrA2WMwETBIEsjlIWgmKBUwWWBaAvgzQBAQE X-IronPort-AV: E=Sophos;i="5.04,549,1406584800"; d="scan'208";a="96503977" Received: from smtp6-g21.free.fr ([212.27.42.6]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 18 Sep 2014 22:34:55 +0200 Received: from goku.chimrod.com (unknown [IPv6:2a01:e35:8ac8:ee0:7271:bcff:feb1:adf4]) by smtp6-g21.free.fr (Postfix) with ESMTP id 41D8F8231B for ; Thu, 18 Sep 2014 22:34:52 +0200 (CEST) Received: from goku.chimrod.com (localhost [127.0.0.1]) by goku.chimrod.com (Postfix) with ESMTP id F0A171F6AF for ; Thu, 18 Sep 2014 22:34:52 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on goku.chimrod.com X-Spam-Level: Received: from [IPv6:2a01:e35:8ac8:ee0:21c:25ff:fe8a:d9ab] (bureau [IPv6:2a01:e35:8ac8:ee0:21c:25ff:fe8a:d9ab]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by goku.chimrod.com (Postfix) with ESMTPSA for ; Thu, 18 Sep 2014 22:34:52 +0200 (CEST) Message-ID: <541B41EC.5060403@chimrod.com> Date: Thu, 18 Sep 2014 22:34:52 +0200 From: =?UTF-8?B?U8OpYmFzdGllbiBEYWlsbHk=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: caml-list@inria.fr References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Caml-list] improve omake [was One build system to rule them all] Le 18/09/2014 22:14, Bob Zhang a écrit : > Dear camlers, > I have done some work to improve omake available here: > https://github.com/bobzhang/omake-fork/tree/work Hello, What did you changed with the legacy omake code ? Regards -- Sébastien Dailly