[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] multipath-tools/path_priority/pp_netapp Makefile
- From: bmarzins sourceware org
- To: dm-cvs sourceware org, dm-devel redhat com
- Cc:
- Subject: [dm-devel] multipath-tools/path_priority/pp_netapp Makefile
- Date: 10 Oct 2007 16:52:42 -0000
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)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]