qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 18/49] tests/tcg: enable building for i386


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 18/49] tests/tcg: enable building for i386
Date: Fri, 18 May 2018 13:28:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 17/05/2018 19:46, Alex Bennée wrote:
> +
> +# Specialist test runners
> +.PHONY: pi_10.com
> +pi_10.com:
> +     cp $(I386_SRC)/pi_10.com .
> +
> +run-runcom: runcom pi_10.com
> +     $(call quiet-command, $(QEMU) ./runcom ./pi_10.com > runcom.out, 
> "TEST", "$< on $(TARGET_NAME)")
> +

Why not just "$(QEMU) ./runcom $(I386_SRC)/pi_10.com" without the copy rule?

Paolo



reply via email to

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