[Ocfs-tools-commits] khackel commits r80 - trunk/ocfs2/format

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 17 22:08:16 CDT 2004


Author: khackel
Date: 2004-06-17 21:08:13 -0500 (Thu, 17 Jun 2004)
New Revision: 80

Modified:
   trunk/ocfs2/format/Makefile
Log:
add dumb stuff for dumb readdir and fe programs


Modified: trunk/ocfs2/format/Makefile
===================================================================
--- trunk/ocfs2/format/Makefile	2004-06-18 01:46:56 UTC (rev 79)
+++ trunk/ocfs2/format/Makefile	2004-06-18 02:08:13 UTC (rev 80)
@@ -64,6 +64,12 @@
 mkfs.ocfs2: mkfs2.o
 	$(LINK) 
 
+readdir: readdir.o
+	$(LINK) 
+
+fe: readdir.o
+	$(LINK) 
+
 dist-incdir:
 	$(TOPDIR)/mkinstalldirs $(DIST_DIR)/inc
 



More information about the Ocfs-tools-commits mailing list