This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test Makefile.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2011-01-07 12:26:02

Modified files:
	test           : Makefile.in 

Log message:
	Fix up the make clean target in test/.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/Makefile.in.diff?cvsroot=lvm2&r1=1.50&r2=1.51

--- LVM2/test/Makefile.in	2011/01/05 00:16:18	1.50
+++ LVM2/test/Makefile.in	2011/01/07 12:26:02	1.51
@@ -101,6 +101,9 @@
 
 clean:
 	rm -rf bin .lib-dir-stamp .test-stamp
+	rm -f $(LIB)
+	rm -f lib/dmsetup lib/clvmd lib/dmeventd
+	for i in lvm $$(cat ../tools/.commands); do rm -f lib/$$i; done
 	if test "$(srcdir)" != . ; then rm -f $(subst $(srcdir)/, ,$(RUN)) lvm2app.sh ; fi
 
 distclean: clean


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]