[Ocfs-tools-commits] manish commits r177 - trunk/ocfs2/mkfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 20 11:27:56 CDT 2004


Author: manish
Date: 2004-07-20 10:27:54 -0500 (Tue, 20 Jul 2004)
New Revision: 177

Modified:
   trunk/ocfs2/mkfs.ocfs2/Makefile
Log:
Don't do the symlink logic


Modified: trunk/ocfs2/mkfs.ocfs2/Makefile
===================================================================
--- trunk/ocfs2/mkfs.ocfs2/Makefile	2004-07-20 15:25:13 UTC (rev 176)
+++ trunk/ocfs2/mkfs.ocfs2/Makefile	2004-07-20 15:27:54 UTC (rev 177)
@@ -47,11 +47,11 @@
 # are we still going to do argv[0] tricks?
 ##########################
 
-install-sbin-links: install-sbin-programs
-	cd $(DESTDIR)$(sbindir) \
-	&& rm -f mkfs.ocfs2 resizeocfs \
-	&& $(LN_S) mkfs.ocfs mkfs.ocfs2 \
-	&& $(LN_S) tuneocfs resizeocfs
+#install-sbin-links: install-sbin-programs
+#	cd $(DESTDIR)$(sbindir) \
+#	&& rm -f mkfs.ocfs2 resizeocfs \
+#	&& $(LN_S) mkfs.ocfs mkfs.ocfs2 \
+#	&& $(LN_S) tuneocfs resizeocfs
 
 #install-man-links: install-mans
 #	cd $(DESTDIR)$(mandir)/man8 \



More information about the Ocfs-tools-commits mailing list