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.0 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 6C711BC0A for ; Fri, 25 May 2007 14:35:09 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4PCZ81K002829 for ; Fri, 25 May 2007 14:35:09 +0200 Received: by ug-out-1314.google.com with SMTP id p27so738241ugc for ; Fri, 25 May 2007 05:35:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=oeUCalMnmcxWkgPQ6JpicJOOsAMI/UNMjyG0sER9kI4ZkuDXjgg01kry9BqlvVrvB3A5BOSrtQU3ZyfBzts2D7IwcskAU7svVEGFjD+wxU3TOjYBL8c2M7dZL/AcIk+134QETYBY6ukB03AR5ZcyNOx0f7BoF7OlDSNWU3mFw/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=S4Abp9d42QNLzHXe1Hx2u3v9Wn9QhhxzCLmYQI51htXSMiJ3N5VLeM9mCvZtES1tqyFOwd4q14EUJl7RVQHskhhqUvRe930JSbJAIw+rKZiEFj2O2wXwEd4AOYjUUXTK+Awd5vJ3518T35BPkmddK1Lo0BvT/juVUipL59oZcIQ= Received: by 10.82.189.6 with SMTP id m6mr5427162buf.1180096508727; Fri, 25 May 2007 05:35:08 -0700 (PDT) Received: from ?192.168.1.33? ( [81.33.157.182]) by mx.google.com with ESMTP id c24sm2271646ika.2007.05.25.05.35.06; Fri, 25 May 2007 05:35:07 -0700 (PDT) In-Reply-To: References: <9FC11BE4-B44A-4949-8E2C-7689818F5589@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9CAD0C74-4052-41F4-8CFD-FD19CF440F8D@gmail.com> Cc: "OCaml List" Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: [Caml-list] ocamlbuild and subdirectories Date: Fri, 25 May 2007 13:35:04 +0100 To: "Nicolas Pouillard" X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 4656D7FC.002 on concorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at concorde with ID 4656D7FC.002 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 partial:01 caml-list:01 shell:04 perhaps:04 install:05 src:94 src:94 nicolas:08 issue:12 build:12 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? Thanks, Joel -- http://wagerlabs.com/