From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33996 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnTGW-0008Km-16 for qemu-devel@nongnu.org; Thu, 10 Feb 2011 04:56:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnTGF-0005PT-9g for qemu-devel@nongnu.org; Thu, 10 Feb 2011 04:56:28 -0500 Received: from smtp.ispras.ru ([83.149.198.201]:41619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnTGF-0005PL-21 for qemu-devel@nongnu.org; Thu, 10 Feb 2011 04:56:27 -0500 From: "Pavel Dovgaluk" References: <4560.09833510524$1294992458@news.gmane.org> <4D53B514.7050605@redhat.com> In-Reply-To: <4D53B514.7050605@redhat.com> Subject: RE: [Qemu-devel] Re: [PATCH] Fix multiple qemu-options.def generation Date: Thu, 10 Feb 2011 12:54:36 +0300 Message-ID: <002201cbc908$86c5ea70$9451bf50$@Dovgaluk@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: ru List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Paolo Bonzini' Cc: qemu-devel@nongnu.org > > diff --git a/Makefile.objs b/Makefile.objs > > index 4a1eaa1..ee9f190 100755 > > --- a/Makefile.objs > > +++ b/Makefile.objs > > @@ -269,10 +269,10 @@ vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) > > vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) > > -vl.o: qemu-options.def > > +vl.o: ../qemu-options.def > > os-posix.o: qemu-options.def > > os-win32.o: qemu-options.def > > -qemu-options.def: $(SRC_PATH)/qemu-options.hx > > +%qemu-options.def: $(SRC_PATH)/qemu-options.hx > > $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN > $(TARGET_DIR)$@") > > This is wrong, I think the problem is that you are missing a vpath > directive. > > Does this help? This patch was for older version of qemu. Current one does not have this problem. Pavel Dovgaluk