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 73218BC0A for ; Fri, 25 May 2007 14:31:28 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4PCVRge001643 for ; Fri, 25 May 2007 14:31:28 +0200 Received: by nz-out-0506.google.com with SMTP id i11so754151nzi for ; Fri, 25 May 2007 05:31:27 -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=jzafFu/IFFjV2J2ud1SMA8Q/aV9nfjB8Nd6wGHrnI8b+A7bc62Rz6Dd2rmBArwZo2rfhKdMWd/+I+oY22v63XlM2aQRGrVJ1FWSizYN7V3hNAaLm/kycppmDsaxkbxABHfgWdf8V9YFuXBdDSH5LG4fTPUqWc2CzX+/huY2vXYM= 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=CMkkt3t1tr2LZMrP0IruqGMMJ3mePuEN1Nk6RukMC7DzVmG/IooWl6bNH4SmYjNE748/pcGWP94/44oRg6of6qQzyyifwnTnwPKxZK3wQl8ugTqnY76+caQ1vJ9Zwxrx3vfX+4y6HyVGgL/PNSxg5TpXImODarCJdQj/LbdwXMs= Received: by 10.114.89.1 with SMTP id m1mr1473616wab.1180096286998; Fri, 25 May 2007 05:31:26 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Fri, 25 May 2007 05:31:26 -0700 (PDT) Message-ID: Date: Fri, 25 May 2007 14:31:26 +0200 From: "Nicolas Pouillard" To: "Joel Reymont" Subject: Re: [Caml-list] ocamlbuild and subdirectories Cc: "OCaml List" In-Reply-To: <9FC11BE4-B44A-4949-8E2C-7689818F5589@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> X-j-chkmail-Score: MSGID : 4656D71F.001 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 4656D71F.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; byte:01 byte:01 00.:98 wrote:01 partial:01 caml-list:01 cached:02 seems:03 shell:04 install:05 src:94 src:94 wheel:94 nicolas:08 nicolas:08 On 5/25/07, Joel Reymont wrote: > There seems to be a small issue with using an itarget file. To wit: > > ocamlbuild all.otarget > ... > > find . -name test.byte > ./_build/src/test.byte > > There's no test.byte in the directory I'm building from. > > ocamlbuild src/test.byte > Finished, 37 targets (37 cached) in 00:00:00. > > ls -la test.byte > lrwxr-xr-x 1 joelr wheel 20 May 25 12:44 test.byte -> _build/src/ > test.byte > > A link was created, unlike when using itarget. > 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. -- Nicolas Pouillard