[Ocfs2-tools-commits] smushran commits r230 - trunk/debugfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Sep 13 16:21:49 CDT 2004


Author: smushran
Date: 2004-09-13 16:21:48 -0500 (Mon, 13 Sep 2004)
New Revision: 230

Modified:
   trunk/debugfs.ocfs2/
   trunk/debugfs.ocfs2/Makefile
Log:
VERSION_FILES declared in Makefile


Property changes on: trunk/debugfs.ocfs2
___________________________________________________________________
Name: svn:ignore
   - cscope.out
debugfs.ocfs2
cscope.files
.*.sw?
debugfs.ocfs2.8

   + cscope.out
debugfs.ocfs2
cscope.files
.*.sw?
debugfs.ocfs2.8
stamp-md5


Modified: trunk/debugfs.ocfs2/Makefile
===================================================================
--- trunk/debugfs.ocfs2/Makefile	2004-09-13 21:20:24 UTC (rev 229)
+++ trunk/debugfs.ocfs2/Makefile	2004-09-13 21:21:48 UTC (rev 230)
@@ -16,6 +16,10 @@
 
 OBJS = $(subst .c,.o,$(CFILES))
 
+VERSION_FILES = $(CFILES) $(HFILES)
+VERSION_SRC = $(CFILES)
+VERSION_PREFIX = OCFS2
+
 MANS = debugfs.ocfs2.8
 
 DIST_FILES = $(CFILES) $(HFILES) README debugfs.ocfs2.8.in



More information about the Ocfs2-tools-commits mailing list