Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-28 | build: get dependency file directories from object file names | Paolo Bonzini | |
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> | |||
2012-06-19 | make: automatically include dependencies in recursive subdir rules (v2) | Anthony Liguori | |
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> | |||
2010-03-21 | Compile disassemblers only once | Blue Swirl | |
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |