From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbuOF-0003ii-Tt for qemu-devel@nongnu.org; Tue, 05 Jun 2012 10:05:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbuO8-0003sR-Gh for qemu-devel@nongnu.org; Tue, 05 Jun 2012 10:05:43 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:60604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbuO8-0003s3-4m for qemu-devel@nongnu.org; Tue, 05 Jun 2012 10:05:36 -0400 Received: by dadv2 with SMTP id v2so7945370dad.4 for ; Tue, 05 Jun 2012 07:05:33 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FCE1227.6090100@redhat.com> Date: Tue, 05 Jun 2012 16:05:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1338726358-30681-1-git-send-email-pbonzini@redhat.com> <4FCBE7D1.80907@suse.de> <4FCBEBE8.9060600@codemonkey.ws> <4FCC5775.6050704@redhat.com> <87k3zmq59c.fsf@fimbulvetr.bsc.es> <4FCD0561.6080007@redhat.com> In-Reply-To: <4FCD0561.6080007@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 00/24] per-directory Makefile snippets, limit vpath abuse List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= , Anthony Liguori , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 04/06/2012 20:58, Eric Blake ha scritto: > On 06/04/2012 12:52 PM, LluĂ­s Vilanova wrote: > >>>>> As before, I dislike the use of the filename "Makefile" for files that >>>>> are not self-contained. If make is called from that deep directory, it >>>>> leads to undefined results. > >> >> Naming them as *.mak makes some common editors interpret the file as a makefile >> (e.g., vim and emacs), while *.objs brings no meaning to these two. vim grasps Make* correctly. Can Emacs be thought to do the same? Paolo