[dm-devel] multipath-tools/path_priority/pp_netapp Makefile

bmarzins at sourceware.org bmarzins at sourceware.org
Mon Dec 3 23:11:52 UTC 2007


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at 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




More information about the dm-devel mailing list