Re: [PATCH kvm-unit-tests] build: fix out of tree make standalone

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

 



On Wed, Mar 28, 2018 at 10:11:02PM +0200, Radim Krčmář wrote:
> 2018-03-26 13:38+0200, Andrew Jones:
> > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx>
> > ---
> 
> Wow, have you had an actual use for that?

 mkdir -p build/arm build/aarch64 tests
 cd build
 for a in arm aarch64; do
   cd $a
   /path/to/kvm-unit-tests/configure --arch=$a --cross-prefix=$a-linux-gnu-
   make standalone
   mv tests ../../tests/$a
   cd ..
 done

Of course I just made that up since I usually don't do out of
tree builds, nor standalone builds, nor build arm at all, but
it seems reasonable for someone to do :-)

> 
> Applied, thanks.

Thanks,
drew



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux