On 17/03/2020 14:34, David Woodhouse wrote: > From: David Woodhouse <[email protected]> > > 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 <[email protected]>
Acked-by: Andrew Cooper <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
