Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: get dependency file directories from object file names | Paolo Bonzini | 2012-07-28 | 1 | -3/+0 |
| | | | | | | | | | | After commit dcff25f2cd8c11a9368cc2369aeb0319c32d9e26, Dependency file are taken from the directories that have a Makefile.objs file. This is not enough, since files can be included from other directories. So, pick them from directories that have an object file in them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | make: automatically include dependencies in recursive subdir rules (v2) | Anthony Liguori | 2012-06-19 | 1 | -1/+1 |
| | | | | | | | I think I understand enough of what's going on in these rules to ensure this is right. But I could certainly use a second or third opinion... Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | ||||
* | Compile disassemblers only once | Blue Swirl | 2010-03-21 | 1 | -0/+23 |
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |