On 06.12.21 18:02, Anthony PERARD wrote: > There is no need for an extra "cleanlocal" target, we can use > double-colon rules instead. > > Generated headers are now in tools/include/, so remove those file > there. > > Remove -f flag as it's already in $(RM). > > libs.mk: > - don't try to remove "*.rpm" anymore. > > libs/light: > - "_paths.*.tmp" isn't created anymore. > - clean "libxenlight_test.so" and "libxl_test_*.opic". > > libs/util: > - fix clean of version-script file. > > include/xen-foreign: > - remove __pycache__ > > Signed-off-by: Anthony PERARD Same remark regarding double-colon rules as for last patch. Juergen