OSDN Git Service

build-sys: invoke ninja with -d keepdepfile
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Feb 2021 12:21:03 +0000 (13:21 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 6 Mar 2021 10:42:57 +0000 (11:42 +0100)
commitff012d9a52ea2ee9223ad5c78d19c0c6b6898690
tree6105e27befd1446a089d3017a6abe57fac778c6c
parentfe636424caabb4e8b5b96d8a994f58e321bd71d9
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>
Makefile