All of lore.kernel.org
 help / color / mirror / Atom feed
* dmraid ./Makefile.in ./make.tmpl.in include/Ma ...
@ 2010-07-13 19:09 zkabelac
  0 siblings, 0 replies; only message in thread
From: zkabelac @ 2010-07-13 19:09 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	dmraid
Changes by:	zkabelac@sourceware.org	2010-07-13 19:09:06

Modified files:
	.              : Makefile.in make.tmpl.in 
	include        : Makefile.in 
	lib            : Makefile.in 

Log message:
	Add missing distclean targets

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/Makefile.in.diff?cvsroot=dm&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/make.tmpl.in.diff?cvsroot=dm&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/include/Makefile.in.diff?cvsroot=dm&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/lib/Makefile.in.diff?cvsroot=dm&r1=1.17&r2=1.18

--- dmraid/Makefile.in	2010/05/30 17:36:18	1.2
+++ dmraid/Makefile.in	2010/07/13 19:09:04	1.3
@@ -9,7 +9,8 @@
 
 SUBDIRS = include lib man tools
 
-DISTCLEAN_TARGETS = make.tmpl core cscope.out config.cache config.log config.status
+DISTCLEAN_TARGETS = autom4te.cache make.tmpl core cscope.out \
+ config.cache config.log config.status
 
 all: tools
 
--- dmraid/make.tmpl.in	2010/05/31 09:24:42	1.14
+++ dmraid/make.tmpl.in	2010/07/13 19:09:04	1.15
@@ -156,7 +156,7 @@
 clean: $(SUBDIRS.clean) cleandir
 
 distclean: $(SUBDIRS.distclean) cleandir
-	$(RM) $(DISTCLEAN_TARGETS)
+	$(RM) -r $(DISTCLEAN_TARGETS)
 
 ifeq (,$(findstring $(MAKECMDGOALS), clean distclean))
     ifdef SOURCES
--- dmraid/include/Makefile.in	2010/05/28 08:44:58	1.4
+++ dmraid/include/Makefile.in	2010/07/13 19:09:05	1.5
@@ -9,6 +9,7 @@
 top_builddir = @top_builddir@
 
 HEADERS=$(wildcard $(top_srcdir)/include/dmraid/*.h)
+DISTCLEAN_TARGETS += config.h
 
 all:
 
--- dmraid/lib/Makefile.in	2010/05/31 09:24:42	1.17
+++ dmraid/lib/Makefile.in	2010/07/13 19:09:06	1.18
@@ -51,6 +51,7 @@
 endif
 
 SOURCES2 = events/$(LIB_EVENTS_NAME).c
+DISTCLEAN_TARGETS += version.h
 
 LIB_STATIC = libdmraid.a
 LIB_EVENTS_NAME = libdmraid-events-isw

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-13 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 19:09 dmraid ./Makefile.in ./make.tmpl.in include/Ma zkabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.