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=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 0CE15BC0A for ; Fri, 25 May 2007 14:47:03 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4PCl24M006461 for ; Fri, 25 May 2007 14:47:02 +0200 Received: by nz-out-0506.google.com with SMTP id i11so756899nzi for ; Fri, 25 May 2007 05:47:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Szlv4gYABRqFA1FjzAfz49xAJ2V+gzXZaCxsQLXQbP+1Etq7Bj051oBWdwK4X/OaP25QANv8OxAmU4njav00p/TXoqFa85TGXNulvMkpsGL2zm3GOibJ3kowmE1EgRZZNDCte28OT+MP7RAd85BFIgi1jgx/ILpIBk3JEKF0+YA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WGzcZUZh0I1lD5JeZDpxBXiQamWYiP48O/9rmbPS3jrDv1A/DqvrwxjodeDY/60GEIAX8Jt9QhwqyLAevcwRxrqSzCziS1c4jP6xaSOenbFzfU3cXbjexJR9r2CVPCDPZzLzy8FnKDuIJZiTj9/0VvcpLBJgu46q2KcOFgLZeUE= Received: by 10.114.161.11 with SMTP id j11mr1489339wae.1180097221320; Fri, 25 May 2007 05:47:01 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Fri, 25 May 2007 05:47:01 -0700 (PDT) Message-ID: Date: Fri, 25 May 2007 14:47:01 +0200 From: "Nicolas Pouillard" To: "Joel Reymont" Subject: Re: [Caml-list] ocamlbuild and subdirectories Cc: "OCaml List" In-Reply-To: <9CAD0C74-4052-41F4-8CFD-FD19CF440F8D@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9FC11BE4-B44A-4949-8E2C-7689818F5589@gmail.com> <9CAD0C74-4052-41F4-8CFD-FD19CF440F8D@gmail.com> X-j-chkmail-Score: MSGID : 4656DAC6.000 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 4656DAC6.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; byte:01 byte:01 bug:01 2007,:98 wrote:01 wrote:01 partial:01 caml-list:01 shell:04 perhaps:04 install:05 src:94 src:94 nicolas:08 nicolas:08 On 5/25/07, Joel Reymont wrote: > > On May 25, 2007, at 1:31 PM, Nicolas Pouillard wrote: > > > Yes our system to move things out of the build is really partial > > (since we still don't what a good way will be). I often use a shell > > script to install things, or start it directly from the build. > > The issue is that if I put src/test.byte in all.itarget then no link > test.byte -> _build/src/test.byte is created for me. If I run > ocamlbuild src/test.byte then the link is created. A bug perhaps? > Name this like you want but links are created only for targets given in command line. -- Nicolas Pouillard