From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id D1A28BBC4 for ; Fri, 20 Feb 2009 15:11:56 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj0CAIpInklIDtyakGdsb2JhbACUGD8BAQEBCQkMBxEDryOQBgEDAQOEDAaCU4F2 X-IronPort-AV: E=Sophos;i="4.38,241,1233529200"; d="scan'208";a="35520149" Received: from fg-out-1718.google.com ([72.14.220.154]) by mail4-smtp-sop.national.inria.fr with ESMTP; 20 Feb 2009 15:11:56 +0100 Received: by fg-out-1718.google.com with SMTP id e21so1329097fga.43 for ; Fri, 20 Feb 2009 06:11:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=BLXr8TXPmOSA/gGpbohxwVprPNmRMqCFWXlymzxofyg=; b=ORFdKfNhINF4YHOcfUt0TFFx9XikK1gSNNPtkBF+41Op54CxkhovgxOoP9wwa+iaEo Fcvj2AdpEr65HsWLICHjahAzET9i0i0veN1fqQww4FmzbetxTCk6IGiINRLTO2vDVYpu zEEsEg/2ebPOvJyZ3jKZ9dOp2Jqs9i+PHOKSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=JPVVmM1kPfV+bHLvMrGNuPA6YEeZQMhrgeJzrYHS3xMrXB5VXe+QwmZ/FVMHAdp3rW oQ7e/VWjFlohbgk0Cg4SRk+sq73ila86qf/OnruLF9GnJLT2RCZ3O4YfEbvXfQO+xGYP Spows7AFe+2NE8hld6GKWRWYYaRLXLBzGyio8= Received: by 10.86.92.7 with SMTP id p7mr1096883fgb.24.1235139116266; Fri, 20 Feb 2009 06:11:56 -0800 (PST) Received: from ?192.168.1.34? (247-222.77-83.cust.bluewin.ch [83.77.222.247]) by mx.google.com with ESMTPS id d6sm2462389fga.59.2009.02.20.06.11.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Feb 2009 06:11:55 -0800 (PST) Sender: =?UTF-8?Q?Daniel_B=C3=BCnzli?= Message-Id: From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= To: OCaml List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: ocambuild, disabling caml rules ? Date: Fri, 20 Feb 2009 15:11:10 +0100 X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; bunzli:01 buenzli:01 fallbacks:01 ocaml:01 compilation:01 caml:02 override:03 daniel:04 daniel:04 fails:05 anyway:05 i'm:09 c's:09 rule:10 rules:11 Is it possible to disable the default rules ? I'm using ocamlbuild for a plain C project with my own rules and it is painfull when something fails that it fallbacks on ocaml C's compilation rules. These rules wil anyway fail and they override the error that occured with my rule that should have been used. Best, Daniel