[Ocfs-tools-commits]
manish commits r56 - in trunk/ocfs: bugfix debugocfs format fsck
libocfs
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Sun Jun 13 19:44:51 CDT 2004
Author: manish
Date: 2004-06-13 18:44:49 -0500 (Sun, 13 Jun 2004)
New Revision: 56
Modified:
trunk/ocfs/bugfix/Makefile
trunk/ocfs/debugocfs/Makefile
trunk/ocfs/format/Makefile
trunk/ocfs/fsck/Makefile
trunk/ocfs/libocfs/Makefile
Log:
Fix TOPDIRS
Modified: trunk/ocfs/bugfix/Makefile
===================================================================
--- trunk/ocfs/bugfix/Makefile 2004-06-13 23:43:51 UTC (rev 55)
+++ trunk/ocfs/bugfix/Makefile 2004-06-13 23:44:49 UTC (rev 56)
@@ -1,4 +1,4 @@
-TOPDIR = ..
+TOPDIR = ../..
include $(TOPDIR)/Preamble.make
Modified: trunk/ocfs/debugocfs/Makefile
===================================================================
--- trunk/ocfs/debugocfs/Makefile 2004-06-13 23:43:51 UTC (rev 55)
+++ trunk/ocfs/debugocfs/Makefile 2004-06-13 23:44:49 UTC (rev 56)
@@ -1,4 +1,4 @@
-TOPDIR = ..
+TOPDIR = ../..
include $(TOPDIR)/Preamble.make
Modified: trunk/ocfs/format/Makefile
===================================================================
--- trunk/ocfs/format/Makefile 2004-06-13 23:43:51 UTC (rev 55)
+++ trunk/ocfs/format/Makefile 2004-06-13 23:44:49 UTC (rev 56)
@@ -1,4 +1,4 @@
-TOPDIR = ..
+TOPDIR = ../..
include $(TOPDIR)/Preamble.make
Modified: trunk/ocfs/fsck/Makefile
===================================================================
--- trunk/ocfs/fsck/Makefile 2004-06-13 23:43:51 UTC (rev 55)
+++ trunk/ocfs/fsck/Makefile 2004-06-13 23:44:49 UTC (rev 56)
@@ -1,4 +1,4 @@
-TOPDIR = ..
+TOPDIR = ../..
include $(TOPDIR)/Preamble.make
Modified: trunk/ocfs/libocfs/Makefile
===================================================================
--- trunk/ocfs/libocfs/Makefile 2004-06-13 23:43:51 UTC (rev 55)
+++ trunk/ocfs/libocfs/Makefile 2004-06-13 23:44:49 UTC (rev 56)
@@ -1,4 +1,4 @@
-TOPDIR = ..
+TOPDIR = ../..
include $(TOPDIR)/Preamble.make
More information about the Ocfs-tools-commits
mailing list