Searched hist:ff012d9a52ea2ee9223ad5c78d19c0c6b6898690 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | ff012d9a52ea2ee9223ad5c78d19c0c6b6898690 Mon Feb 15 06:21:03 CST 2021 Paolo Bonzini <pbonzini@redhat.com> build-sys: invoke ninja with -d keepdepfile
After reading the dependency file, ninja just deletes it, in the name of cleanliness I guess. However this complicates debugging unnecessarily compared to good old "-include *.d". Use the keepdepfile debugging option to make it easier to see what is going on.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210215122103.63933-1-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|