Wei Liu writes ("[PATCH 1/2] libxl: don't delete xenlight.pc.in when cleaning"):
> That file is generated by configure. Deleting it leads to rerun
> configure after every 'make clean'.
...
> - $(RM) -f xenlight.pc xenlight.pc.in
> + $(RM) -f xenlight.pc
>
> distclean: cleanSurely this should be moved to the distclean target, not just removed ? Ian. _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
