[libvirt] [PATCH] Fixes for check and rpm builds without sanlock (and qemu)

Martin Kletzander mkletzan at redhat.com
Mon Jun 4 08:02:58 UTC 2012


On 06/04/2012 09:54 AM, Alex Jia wrote:
> Martin help me find a root reason, I don't know when the src/locking/test_libvirt_sanlock.aug.in
> is deleted from my git repo, in fact, I have never manually done it by myself except running
> 'make', 'make clean' or 'make rpm' ago, it's weird for me. 
> 
> Martin, Thanks.
> Alex 

You're welcome, I'm glad it's solved. To answer our 'make clean'
question, I was about to reply, so here's a copy-paste from the draft mail:

'make clean' doesn't clean everything and that's on purpose. There are
Makefile targets that cleans more than that, it depends on what you want
to clean. You can use distclean (cleaning also all distribution-specific
files), maintainer-clean (cleaning generated files by tools not needed
for the compilation) and probably more (I don't know these). There is a
git command to remove everything that is not in the repository, but that
can remove *everything* that git doesn't know about, so I don't
recommend that if you're not sure this is exactly what you wanted.
If you want to check something in a super-clean environment, you can
always git-clone into new folder ;-)

Have a nice day,
Martin




More information about the libvir-list mailing list