All of lore.kernel.org
 help / color / mirror / Atom feed
* multipath-tools/path_priority/pp_netapp Makefile
@ 2007-10-10 16:52 bmarzins
  0 siblings, 0 replies; 2+ messages in thread
From: bmarzins @ 2007-10-10 16:52 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins@sourceware.org	2007-10-10 16:52:41

Modified files:
	path_priority/pp_netapp: Makefile 

Log message:
	O.k. mpath_prio_netapp is now a symlink to mpath_prio_ontap.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_netapp/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.2.2.3&r2=1.2.2.4

--- multipath-tools/path_priority/pp_netapp/Makefile	2007/10/09 21:48:20	1.2.2.3
+++ multipath-tools/path_priority/pp_netapp/Makefile	2007/10/10 16:52:41	1.2.2.4
@@ -1,4 +1,4 @@
-EXEC		= mpath_prio_netapp
+EXEC		= mpath_prio_ontap
 BUILD		= glibc
 OBJS		= pp_netapp.o
 
@@ -17,7 +17,8 @@
 install: $(EXEC)
 	[ -f $(EXEC).static ] && install -m 755 $(EXEC).static $(DESTDIR)$(bindir)/$(EXEC).static
 	install -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC)
-	ln -s $(DESTDIR)$(bindir)/$(EXEC) $(DESTDIR)$(bindir)/mpath_prio_ontap
+	ln -sf $(DESTDIR)$(bindir)/$(EXEC) $(DESTDIR)$(bindir)/mpath_prio_netapp
+	ln -sf $(DESTDIR)$(bindir)/$(EXEC).static $(DESTDIR)$(bindir)/mpath_prio_netapp.static
 
 uninstall:
 	rm $(DESTDIR)$(bindir)/$(EXEC)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* multipath-tools/path_priority/pp_netapp Makefile
@ 2007-12-03 23:11 bmarzins
  0 siblings, 0 replies; 2+ messages in thread
From: bmarzins @ 2007-12-03 23:11 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins@sourceware.org	2007-12-03 23:11:51

Modified files:
	path_priority/pp_netapp: Makefile 

Log message:
	fix Makefile.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_netapp/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.2.2.4&r2=1.2.2.5

--- multipath-tools/path_priority/pp_netapp/Makefile	2007/10/10 16:52:41	1.2.2.4
+++ multipath-tools/path_priority/pp_netapp/Makefile	2007/12/03 23:11:51	1.2.2.5
@@ -17,11 +17,14 @@
 install: $(EXEC)
 	[ -f $(EXEC).static ] && install -m 755 $(EXEC).static $(DESTDIR)$(bindir)/$(EXEC).static
 	install -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC)
-	ln -sf $(DESTDIR)$(bindir)/$(EXEC) $(DESTDIR)$(bindir)/mpath_prio_netapp
-	ln -sf $(DESTDIR)$(bindir)/$(EXEC).static $(DESTDIR)$(bindir)/mpath_prio_netapp.static
+	ln -sf $(EXEC) $(DESTDIR)$(bindir)/mpath_prio_netapp
+	ln -sf $(EXEC).static $(DESTDIR)$(bindir)/mpath_prio_netapp.static
 
 uninstall:
 	rm $(DESTDIR)$(bindir)/$(EXEC)
 	rm $(DESTDIR)$(bindir)/$(EXEC).static
+	rm $(DESTDIR)$(bindir)/mpath_prio_netapp
+	rm $(DESTDIR)$(bindir)/mpath_prio_netapp.static
+
 clean:	
 	rm -f *.o $(EXEC) $(EXEC).static

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-03 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 16:52 multipath-tools/path_priority/pp_netapp Makefile bmarzins
  -- strict thread matches above, loose matches on Subject: below --
2007-12-03 23:11 bmarzins

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.