All of lore.kernel.org
 help / color / mirror / Atom feed
From: wysochanski@sourceware.org <wysochanski@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 libdm/Makefile.in scripts/Makefile.in too ...
Date: 16 Mar 2009 20:00:11 -0000	[thread overview]
Message-ID: <20090316200011.2249.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski at sourceware.org	2009-03-16 20:00:11

Modified files:
	libdm          : Makefile.in 
	scripts        : Makefile.in 
	tools          : Makefile.in 

Log message:
	Fix some clean rules, fix previous distclean checkin.
	
	In libdm/Makefile.in, we need to cleanup the symlink properly.
	Adding to CLEAN_TARGETS seemed like the simplest way to do this
	in the current build framework.  We could redo dependencies for
	VERSIONED_SHLIB, but for now just add to CLEAN_TARGETS.
	
	For scripts/Makefile.in, we should be adding to DISTCLEAN_TARGETS.
	The generic rule in make.tmpl.in takes care of the cleanup.
	
	Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
	Author: Takahiro Yasui <tyasui@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/Makefile.in.diff?cvsroot=lvm2&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/Makefile.in.diff?cvsroot=lvm2&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/Makefile.in.diff?cvsroot=lvm2&r1=1.92&r2=1.93

--- LVM2/libdm/Makefile.in	2008/11/14 20:59:56	1.43
+++ LVM2/libdm/Makefile.in	2009/03/16 20:00:10	1.44
@@ -98,6 +98,8 @@
 	rm -f libdevmapper.$(LIB_SUFFIX)
 	$(LN_S) $< libdevmapper.$(LIB_SUFFIX)
 
+CLEAN_TARGETS += libdevmapper.$(LIB_SUFFIX)
+
 .PHONY: distclean_lib distclean
 
 distclean_lib:
--- LVM2/scripts/Makefile.in	2009/03/16 18:28:05	1.5
+++ LVM2/scripts/Makefile.in	2009/03/16 20:00:10	1.6
@@ -25,5 +25,4 @@
 		$(sbindir)/fsadm
 endif
 
-distclean:
-	$(RM) Makefile clvmd_init_red_hat
+DISTCLEAN_TARGETS += clvmd_init_red_hat
--- LVM2/tools/Makefile.in	2009/03/06 16:17:28	1.92
+++ LVM2/tools/Makefile.in	2009/03/16 20:00:11	1.93
@@ -82,7 +82,7 @@
 CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \
 		lvm2cmd.o lvm2cmd-static.o lvm2cmdlib.o lvm.static \
 		lvm.cflow lvm.xref lvm.tree lvm.rxref lvm.rtree \
-		lvmcmdlib.o lvm-static.o dmsetup.o
+		lvmcmdlib.o lvm-static.o dmsetup.o dmsetup
 
 ifeq ("@CMDLIB@", "yes")
 	TARGETS += liblvm2cmd.$(LIB_SUFFIX)



                 reply	other threads:[~2009-03-16 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090316200011.2249.qmail@sourceware.org \
    --to=wysochanski@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.