Re: [Qemu-devel] [PATCH] Makefile.target: set master BUILD_DIR

2015-05-26 Thread Paolo Bonzini
On 26/05/2015 19:15, Peter Crosthwaite wrote: > On Tue, May 26, 2015 at 6:29 AM, Paolo Bonzini wrote: >> >> >> On 26/05/2015 07:38, Peter Crosthwaite wrote: >>> make can be invoked in the individual build dirs to build an individual >>> target or just a single file of a target. e.g. >>> >>> touc

Re: [Qemu-devel] [PATCH] Makefile.target: set master BUILD_DIR

2015-05-26 Thread Peter Crosthwaite
On Tue, May 26, 2015 at 6:29 AM, Paolo Bonzini wrote: > > > On 26/05/2015 07:38, Peter Crosthwaite wrote: >> make can be invoked in the individual build dirs to build an individual >> target or just a single file of a target. e.g. >> >> touch translate-all.c >> make -C microblazeel-softmmu transla

Re: [Qemu-devel] [PATCH] Makefile.target: set master BUILD_DIR

2015-05-26 Thread Paolo Bonzini
On 26/05/2015 07:38, Peter Crosthwaite wrote: > make can be invoked in the individual build dirs to build an individual > target or just a single file of a target. e.g. > > touch translate-all.c > make -C microblazeel-softmmu translate-all.o Out of curiosity, why not use "make subdir-microblaze

[Qemu-devel] [PATCH] Makefile.target: set master BUILD_DIR

2015-05-25 Thread Peter Crosthwaite
make can be invoked in the individual build dirs to build an individual target or just a single file of a target. e.g. touch translate-all.c make -C microblazeel-softmmu translate-all.o There is however a small bug when using the pixman submodule. config-host.mak will ref BUILD_DIR for the pixman