Files
qemu/hw
Victor Kaplansky 998b7b1db4 make: fix where dependency *.d are stored.
In rules like "bar/%.o: %.c" there is a difference between $(*D) and
$(@D). $(*D) expands to '.', while $(@D) expands to 'bar'.  It is
cleaner to generate *.d in the same directory where appropriate *.o
resides. This allows precise including of dependency info from .d files.

As a hack, we also touch two sources for generated *.hex files.  Without
this hack, anyone doing "git pull; make" will not get *.hex rebuilt
correctly since the dependency file would be missing.

Signed-off-by: Victor Kaplansky <victork@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2015-08-13 14:08:24 +03:00
..
2015-07-27 18:11:53 +03:00
2015-07-20 17:47:24 +01:00
2015-04-27 18:24:18 +02:00
2015-07-27 18:11:53 +03:00
2015-05-29 11:28:59 +01:00
2015-07-27 18:11:53 +03:00
2015-07-08 10:09:55 +03:00
2015-06-23 19:57:28 +03:00
2014-10-24 12:19:11 +01:00
2015-07-14 19:10:03 +02:00
2015-03-19 11:11:55 +03:00
2015-06-22 18:20:40 +02:00
2015-07-27 14:12:18 +01:00
2015-07-22 14:56:01 -06:00