From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH 6/7] kvm tools: Rename command source files Date: Sat, 09 Jul 2011 09:47:12 +0300 Message-ID: <1310194032.11651.4.camel@lappy> References: <1310162174-3426-1-git-send-email-levinsasha928@gmail.com> <1310162174-3426-6-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com To: Pekka Enberg Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:62159 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955Ab1GIGrk (ORCPT ); Sat, 9 Jul 2011 02:47:40 -0400 Received: by wwe5 with SMTP id 5so2547217wwe.1 for ; Fri, 08 Jul 2011 23:47:38 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Sat, 2011-07-09 at 01:24 +0300, Pekka Enberg wrote: > On Sat, 9 Jul 2011, Sasha Levin wrote: > > Rename kvm-[command] into builtin-[command] to prevent > > clashes with non-command files such as kvm-cpu.h > > > > Suggested-by: Pekka Enberg > > Signed-off-by: Sasha Levin > > I see this when I apply your patch: > > penberg@tiger:~/linux/tools/kvm$ make > builtin-help.c:5:25: error: common-cmds.h: No such file or directory > KVMTOOLS_VERSION = 3.0.rc5.683.g44315f > builtin-help.c:5:25: error: common-cmds.h: No such file or directory > make: *** No rule to make target `builtin-help.d', needed by `kvm'. Stop. > Looks like I had old .o files which made the build work. I'll resend this patch. -- Sasha.