[Ocfs-tools-commits] manish commits r76 - in trunk: . ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 17 21:14:50 CDT 2004


Author: manish
Date: 2004-06-17 20:14:47 -0500 (Thu, 17 Jun 2004)
New Revision: 76

Modified:
   trunk/Makefile
   trunk/ocfs2/Makefile
Log:
Fix to build out of box


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2004-06-18 00:56:21 UTC (rev 75)
+++ trunk/Makefile	2004-06-18 01:14:47 UTC (rev 76)
@@ -22,7 +22,7 @@
 $(error could not detect architecture for tools)
 endif
 
-SUBDIRS = ocfs load_ocfs ocfs_uid_gen
+SUBDIRS = ocfs ocfs2 load_ocfs ocfs_uid_gen
 
 ifdef OCFSTOOL
 SUBDIRS += ocfstool

Modified: trunk/ocfs2/Makefile
===================================================================
--- trunk/ocfs2/Makefile	2004-06-18 00:56:21 UTC (rev 75)
+++ trunk/ocfs2/Makefile	2004-06-18 01:14:47 UTC (rev 76)
@@ -2,6 +2,6 @@
 
 include $(TOPDIR)/Preamble.make
 
-SUBDIRS = libocfs2 fsck.ocfs2
+SUBDIRS = format
 
 include $(TOPDIR)/Postamble.make



More information about the Ocfs-tools-commits mailing list