[Ocfs-tools-commits] smushran commits r89 - trunk/ocfs2/debugocfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 21 21:49:05 CDT 2004


Author: smushran
Date: 2004-06-21 20:49:03 -0500 (Mon, 21 Jun 2004)
New Revision: 89

Modified:
   trunk/ocfs2/debugocfs/
   trunk/ocfs2/debugocfs/Cscope.make
   trunk/ocfs2/debugocfs/Makefile
Log:
boo


Property changes on: trunk/ocfs2/debugocfs
___________________________________________________________________
Name: svn:ignore
   + cscope.out
debugfs.ocfs
cscope.files


Modified: trunk/ocfs2/debugocfs/Cscope.make
===================================================================
--- trunk/ocfs2/debugocfs/Cscope.make	2004-06-22 01:42:20 UTC (rev 88)
+++ trunk/ocfs2/debugocfs/Cscope.make	2004-06-22 01:49:03 UTC (rev 89)
@@ -5,5 +5,5 @@
 	echo "-I inc" >> cscope.files
 	find . -maxdepth 2 -name '*.c' -print >>cscope.files
 	find . -maxdepth 2 -name '*.h' -print >>cscope.files
-	find /home/smushran/lkocfs/src -maxdepth 2 -name '*.h' -print >>cscope.files
+	find ../libocfs2/ -maxdepth 2 -name '*.h' -print >>cscope.files
 	cscope -b

Modified: trunk/ocfs2/debugocfs/Makefile
===================================================================
--- trunk/ocfs2/debugocfs/Makefile	2004-06-22 01:42:20 UTC (rev 88)
+++ trunk/ocfs2/debugocfs/Makefile	2004-06-22 01:49:03 UTC (rev 89)
@@ -6,15 +6,11 @@
 
 DEFINES = -DLINUX -DDEBUGOCFS -DDEBUG -DDEBUGOCFS_VERSION=\"0.0.1\"
 
-#INCLUDES = -I. -I$(TOPDIR)/ocfs2/Common/inc -I$(TOPDIR)/ocfs2/Linux/inc
-INCLUDES = -Iinc -I/home/smushran/lkocfs/src
+INCLUDES = -Iinc -I../libocfs2/include
 INCLUDES += $(GLIB_CFLAGS)
 
 CFLAGS += -Wall -O2
 
-#vpath ocfsgen%.c $(TOPDIR)/ocfs2/Common
-#vpath ocfs%.c $(TOPDIR)/ocfs2/Linux
-
 CFILES = main.c commands.c dump.c readfs.c
 HFILES = main.h commands.h dump.h readfs.h
 
@@ -22,12 +18,6 @@
 
 DIST_FILES = $(CFILES) $(HFILES) README
 
-#GEN_SRC_HEADERS = $(TOPDIR)/ocfs2/Common/inc/ocfsdisk.h $(TOPDIR)/ocfs2/Common/inc/ocfsvol.h $(TOPDIR)/ocfs2/Common/inc/ocfsconst.h $(TOPDIR)/ocfs2/Common/inc/ocfstrans.h
-
-#stamp-ops: gencode.pl $(GEN_SRC_HEADERS)
-#	./gencode.pl $(GEN_SRC_HEADERS)
-#	touch stamp-ops
-
 debugfs.ocfs: $(OBJS)
 	$(LINK) $(GLIB_LIBS) -lreadline -lncurses
 



More information about the Ocfs-tools-commits mailing list