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 make.tmpl.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2011-08-12 12:56:38

Modified files:
	.              : make.tmpl.in 

Log message:
	core removed with clean not distclean

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/make.tmpl.in.diff?cvsroot=lvm2&r1=1.121&r2=1.122

--- LVM2/make.tmpl.in	2011/08/12 07:57:24	1.121
+++ LVM2/make.tmpl.in	2011/08/12 12:56:38	1.122
@@ -370,7 +370,7 @@
 
 distclean: cleandir $(SUBDIRS.distclean)
 	test -z "$(DISTCLEAN_DIRS)" || $(RM) -r $(DISTCLEAN_DIRS)
-	$(RM) $(DISTCLEAN_TARGETS) Makefile core
+	$(RM) $(DISTCLEAN_TARGETS) Makefile 
 
 .exported_symbols_generated: $(EXPORTED_HEADER) .exported_symbols
 	set -e; \


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