From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgwzN-0001H7-Rv for qemu-devel@nongnu.org; Wed, 02 Apr 2008 03:02:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgwzM-0001DJ-B9 for qemu-devel@nongnu.org; Wed, 02 Apr 2008 03:02:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgwzM-0001DG-8I for qemu-devel@nongnu.org; Wed, 02 Apr 2008 03:02:28 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JgwzL-0005qs-Iy for qemu-devel@nongnu.org; Wed, 02 Apr 2008 03:02:27 -0400 Received: from py-out-1112.google.com ([64.233.166.182]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgwzK-0001gr-H6 for qemu-devel@nongnu.org; Wed, 02 Apr 2008 03:02:26 -0400 Received: by py-out-1112.google.com with SMTP id u52so3587017pyb.10 for ; Wed, 02 Apr 2008 00:02:25 -0700 (PDT) Message-ID: <761ea48b0804020002j794726adi579ac6ca0f829442@mail.gmail.com> Date: Wed, 2 Apr 2008 08:02:24 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] SVN: file(s) missing for ARM In-Reply-To: <20080401070502.GA6442@vimes.madsworld.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080401070502.GA6442@vimes.madsworld.lan> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 4/1/08, Markus Dahms wrote: > Hi, > > trying to compile a current Subversion snapshot one or more files > are missing: > > | make[1]: Entering directory `/home/mad/src/svn/qemu/arm-linux-user' > | make[1]: *** No rule to make target `/home/mad/src/svn/qemu/target-arm/op.c', > | needed by `op.o'. Stop. You probably have some files from old builds. A fresh checkout compiled for me. Laurent