qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Make file problem?


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Make file problem?
Date: Thu, 15 Sep 2016 11:12:37 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

On Wed, Aug 31, 2016 at 09:43:43AM -0400, Programmingkid wrote:
> When I tried to make a change to the file hw/misc/macio/cuda.c, the make 
> command would not detect the changes. I would have to delete the cuda.o file 
> to make the changes actually compile. 

Try "make -d hw/misc/macio/cuda.o" to see what make thinks about the
file.  The -d option prints debugging output that shows which files are
being considered and whether make wants to rebuild them.

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

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