qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Qemu-devel] Re: [PATCH] Fix multiple qemu-options.def generation


From: Pavel Dovgaluk
Subject: RE: [Qemu-devel] Re: [PATCH] Fix multiple qemu-options.def generation
Date: Thu, 10 Feb 2011 12:54:36 +0300

> > 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]