qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] git build from clean broken?
@ 2014-02-27 19:38 Peter Maydell
  2014-02-27 19:57 ` Stefan Weil
  2014-02-27 20:01 ` Jeff Cody
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Maydell @ 2014-02-27 19:38 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Paolo Bonzini, Fam Zheng

$ git clone  git://git.qemu.org/qemu.git
[...]
$ cd qemu
$ mkdir build/a64-targets-nodbg/ && (cd build/a64-targets-nodbg/ &&
'../../configure'
'--target-list=aarch64-softmmu,arm-softmmu,aarch64-linux-user,arm-linux-user'
'--cc=ccache gcc' '--disable-tools') && make -C
build/a64-targets-nodbg/
[...]
make[1]: *** No rule to make target `../async.o', needed by
`qemu-system-aarch64'. Stop.

Make seems to be able to build these files in its top level
build directory:

make  -C build/a64-targets-nodbg async.o

but it can't build them on-demand when the targets in the
per-target subdirectories reference them via ../object-file.o

git bisect blames this commit:
commit ba1183da9a10b94611cad88c44a5c6df005f9b55
Author: Fam Zheng <famz@redhat.com>
Date:   Mon Feb 10 14:48:52 2014 +0800

    rules.mak: fix $(obj) to a real relative path

Any ideas?

thanks
-- PMM

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-04  7:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 19:38 [Qemu-devel] git build from clean broken? Peter Maydell
2014-02-27 19:57 ` Stefan Weil
2014-02-27 21:50   ` Paolo Bonzini
2014-02-27 22:17     ` Peter Maydell
2014-02-27 22:23       ` Paolo Bonzini
2014-02-27 22:55         ` Peter Maydell
2014-03-03 23:50       ` Peter Maydell
2014-03-04  6:57         ` Stefan Weil
2014-03-04  7:10           ` Paolo Bonzini
2014-02-27 20:01 ` Jeff Cody

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).