
23 Feb
2016
23 Feb
'16
11:27 a.m.
On Wed, Feb 17, 2016 at 10:58:29AM +0100, Michal Privoznik wrote:
Imagine you have partially installed libvirt, or maybe you're just running 'make uninstall' from a different version than 'make install' has been ran. One way or another, we are doing plain 'rm' instead of 'rm -f' and thus not trying hard enough when uninstalling. In the rest of our code we stick with -f switch. Do that for docs too.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
ACK Jan