[Ocfs-tools-commits] manish commits r162 - trunk/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jul 19 19:01:13 CDT 2004


Author: manish
Date: 2004-07-19 18:01:10 -0500 (Mon, 19 Jul 2004)
New Revision: 162

Modified:
   trunk/ocfs2/Makefile
Log:
Reorder subdirs so libocfs2 is built before mkfs.ocfs2, since we depend on it


Modified: trunk/ocfs2/Makefile
===================================================================
--- trunk/ocfs2/Makefile	2004-07-19 18:13:56 UTC (rev 161)
+++ trunk/ocfs2/Makefile	2004-07-19 23:01:10 UTC (rev 162)
@@ -2,7 +2,7 @@
 
 include $(TOPDIR)/Preamble.make
 
-SUBDIRS = mkfs.ocfs2 libocfs2
+SUBDIRS = libocfs2 mkfs.ocfs2
 
 ifdef DEBUGOCFS2
 SUBDIRS += debugfs.ocfs2



More information about the Ocfs-tools-commits mailing list