[Ocfs-tools-commits] manish commits r54 - in trunk: . ocfs
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Sun Jun 13 19:42:55 CDT 2004
Author: manish
Date: 2004-06-13 18:42:53 -0500 (Sun, 13 Jun 2004)
New Revision: 54
Added:
trunk/ocfs/Makefile
Modified:
trunk/Makefile
trunk/configure.in
Log:
Fix build stuff after directory reorg
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2004-06-13 23:37:10 UTC (rev 53)
+++ trunk/Makefile 2004-06-13 23:42:53 UTC (rev 54)
@@ -22,7 +22,7 @@
$(error could not detect architecture for tools)
endif
-SUBDIRS = libocfs debugocfs format fsck bugfix load_ocfs ocfs_uid_gen
+SUBDIRS = ocfs load_ocfs ocfs_uid_gen
ifdef OCFSTOOL
SUBDIRS += ocfstool
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2004-06-13 23:37:10 UTC (rev 53)
+++ trunk/configure.in 2004-06-13 23:42:53 UTC (rev 54)
@@ -145,10 +145,10 @@
AC_OUTPUT([
Config.make
-debugocfs/debugocfs.8
-fsck/fsck.ocfs.8
-format/mkfs.ocfs.8
-format/tuneocfs.8
+ocfs/debugocfs/debugocfs.8
+ocfs/fsck/fsck.ocfs.8
+ocfs/format/mkfs.ocfs.8
+ocfs/format/tuneocfs.8
ocfs_uid_gen/ocfs_uid_gen.8
load_ocfs/load_ocfs.8
ocfstool/ocfstool.8
Added: trunk/ocfs/Makefile
===================================================================
--- trunk/ocfs/Makefile 2004-06-13 23:37:10 UTC (rev 53)
+++ trunk/ocfs/Makefile 2004-06-13 23:42:53 UTC (rev 54)
@@ -0,0 +1,7 @@
+TOPDIR = ..
+
+include $(TOPDIR)/Preamble.make
+
+SUBDIRS = libocfs debugocfs format fsck bugfix
+
+include $(TOPDIR)/Postamble.make
More information about the Ocfs-tools-commits
mailing list