On Mon, 4 Jul 2022 at 16:23, Daniel P. Berrangé <[email protected]> wrote: > > Signed-off-by: Daniel P. Berrangé <[email protected]>
> + > +sc_c_file_osdep_h: > + @require='#include "qemu/osdep.h"' \ > + in_vc_files='\.c$$' \ > + halt='all C files must include qemu/osdep.h' \ > + $(_sc_search_regexp) The rule is not just "included in all C files", but "included as the *first* include in all C files". thanks -- PMM
