[Ocfs2-tools-commits] manish commits r206 - in trunk: . ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 30 18:05:33 CDT 2004


Author: manish
Date: 2004-08-30 18:05:31 -0500 (Mon, 30 Aug 2004)
New Revision: 206

Added:
   trunk/TODO
   trunk/debugfs.ocfs2/
   trunk/extras/
   trunk/fsck.ocfs2/
   trunk/libocfs2/
   trunk/mkfs.ocfs2/
Removed:
   trunk/load_ocfs/
   trunk/ocfs2/TODO
   trunk/ocfs2/debugfs.ocfs2/
   trunk/ocfs2/extras/
   trunk/ocfs2/fsck.ocfs2/
   trunk/ocfs2/libocfs2/
   trunk/ocfs2/mkfs.ocfs2/
   trunk/ocfs_uid_gen/
Modified:
   trunk/configure.in
Log:
Move out to toplevel


Copied: trunk/TODO (from rev 205, trunk/ocfs2/TODO)

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-08-30 22:46:48 UTC (rev 205)
+++ trunk/configure.in	2004-08-30 23:05:31 UTC (rev 206)
@@ -1,6 +1,6 @@
-AC_INIT(load_ocfs/load_ocfs)
+AC_INIT(libocfs2/bitmap.c)
 
-PACKAGE=ocfs-tools
+PACKAGE=ocfs2-tools
 
 AC_SUBST(PACKAGE)
 
@@ -105,24 +105,6 @@
 AC_SUBST(OCFS_DEBUG)
 AC_MSG_RESULT($enable_debug)
 
-AC_MSG_CHECKING(for memory debugging)
-AC_ARG_ENABLE(memdebug, [  --enable-memdebug=[yes/no]     Turn on memory debugging [default=no]],,enable_memdebug=no)
-OCFS_MEMDEBUG=
-if test "x$enable_memdebug" = "xyes"; then
-  OCFS_MEMDEBUG=yes
-fi
-AC_SUBST(OCFS_MEMDEBUG)
-AC_MSG_RESULT($enable_memdebug)
-
-AC_MSG_CHECKING(for tracing)
-AC_ARG_ENABLE(trace, [  --enable-trace=[yes/no]         Turn on tracing [default=no]],,enable_trace=no)
-OCFS_TRACE=
-if test "x$enable_trace" = "xyes"; then
-  OCFS_TRACE=yes
-fi
-AC_SUBST(OCFS_TRACE)
-AC_MSG_RESULT($enable_trace)
-
 COM_ERR_LIBS=
 AC_CHECK_LIB(com_err, com_err, COM_ERR_LIBS=-lcom_err)
 if test "x$COM_ERR_LIBS" = "x"; then
@@ -132,24 +114,6 @@
 
 AC_C_BIGENDIAN()
 
-AC_MSG_CHECKING(if tools should be built for OCFS)
-AC_ARG_ENABLE(ocfs, [  --enable-ocfs=[yes/no]    Enable building of tools for OCFS filesystems [default=yes]],,enable_ocfs=yes)
-BUILD_OCFS=
-if test "x$enable_ocfs" = "xyes"; then
-    BUILD_OCFS=yes
-fi
-AC_SUBST(BUILD_OCFS)
-AC_MSG_RESULT($enable_ocfs)
-
-AC_MSG_CHECKING(if tools should be built for OCFS2)
-AC_ARG_ENABLE(ocfs2, [  --enable-ocfs2=[yes/no]    Enable building of tools for OCFS2 filesystems [default=yes]],,enable_ocfs2=yes)
-BUILD_OCFS2=
-if test "x$enable_ocfs2" = "xyes"; then
-    BUILD_OCFS2=yes
-fi
-AC_SUBST(BUILD_OCFS2)
-AC_MSG_RESULT($enable_ocfs2)
-
 AC_MSG_CHECKING(for debug executables)
 AC_ARG_ENABLE(debugexe, [  --enable-debugexe=[yes/no]     Enable debug executables for library source files [default=no]],,enable_debugexe=no)
 OCFS2_DEBUG_EXE=
@@ -193,12 +157,8 @@
 
 AC_OUTPUT([
 Config.make
-ocfs/debugocfs/debugocfs.8
-ocfs/fsck/fsck.ocfs.8
-ocfs/format/mkfs.ocfs.8
-ocfs/format/tuneocfs.8
-ocfs2/debugfs.ocfs2/debugfs.ocfs2.8
-ocfs2/mkfs.ocfs2/mkfs.ocfs2.8
+debugfs.ocfs2/debugfs.ocfs2.8
+mkfs.ocfs2/mkfs.ocfs2.8
 ocfs_uid_gen/ocfs_uid_gen.8
 load_ocfs/load_ocfs.8
 load_ocfs/ocfs.conf.5

Copied: trunk/debugfs.ocfs2 (from rev 205, trunk/ocfs2/debugfs.ocfs2)

Copied: trunk/extras (from rev 205, trunk/ocfs2/extras)

Copied: trunk/fsck.ocfs2 (from rev 205, trunk/ocfs2/fsck.ocfs2)

Copied: trunk/libocfs2 (from rev 205, trunk/ocfs2/libocfs2)

Copied: trunk/mkfs.ocfs2 (from rev 205, trunk/ocfs2/mkfs.ocfs2)

Deleted: trunk/ocfs2/TODO
===================================================================
--- trunk/ocfs2/TODO	2004-08-30 22:46:48 UTC (rev 205)
+++ trunk/ocfs2/TODO	2004-08-30 23:05:31 UTC (rev 206)
@@ -1,20 +0,0 @@
-* CDSL
-
-* tuneocfs2
-
-* mkfs.ocfs2 needs to be smarter about defaults
-
-* fsck.ocfs2 needs to be completed
-
-* complete debugfs.ocfs2
-
-* node liveness test needs to be written and added to the utilities
-
-* ocfstool needs to be updated with ocfs2 stuff
-
-* mounted.ocfs2
-
-* mount.ocfs2
-
-* need to remove the pre beta 4 stuff from the ocfs1 tools as it's
-  totally invalid now.



More information about the Ocfs2-tools-commits mailing list