On 17/03/2020 14:34, David Woodhouse wrote:
> From: David Woodhouse <d...@amazon.co.uk>
>
> This causes gcc (yes, and clang) to emit phony targets for each dependency.
>
> This means that when a header file is deleted, the C files which *used*
> to include it will no longer stop building with bogus out-of-date
> dependencies like this:
>
>   make[5]: *** No rule to make target
>   '/home/dwmw2/git/xen/xen/include/asm/hvm/svm/amd-iommu-proto.h',
>   needed by 'p2m.o'. Stop.
>
> Signed-off-by: David Woodhouse <d...@amazon.co.uk>

Acked-by: Andrew Cooper <andrew.coop...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to