|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Building ioemu on NetBSD
On Thu, Oct 05, 2006 at 09:22:16AM +0200, Pierrick Brossin wrote:
> On Wed, Oct 04, 2006 at 10:48:55AM +0200, Pierrick Brossin wrote:
> > for d in i386-softmmu ppc-softmmu sparc-softmmu; do \
> > gmake -C $d all || exit 1 ; \
> > done
> > [..]
> > gmake[1]: *** No rule to make target `all'. Stop.
> >
> > There is no Makefile in any of the xxx-softmmu directories. What should
> > I do ?
Hey. I've made a new step. What is this for ?
(configure file in ioemu)
if [ "$bsd" = "yes" ] ; then
if [ ! "$darwin" = "yes" ] ; then
make="gmake"
fi
target_list="i386-softmmu ppc-softmmu sparc-softmmu"
fi
The problem is that those target directories have no Makefile. Linux
builds target-i386-dm and this also work on BSD.
Thanks you
-Pierrick Brossin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|