[Ocfs-tools-devel] Patch to fix the dist rule in ocfs-tools

John L. Villalovos john.l.villalovos at intel.com
Fri Jul 2 11:00:08 PDT 2004


Index: ocfs2/libocfs2/Makefile
===================================================================
--- ocfs2/libocfs2/Makefile	(revision 127)
+++ ocfs2/libocfs2/Makefile	(working copy)
@@ -65,6 +65,7 @@

  HFILES =				\
  	include/jfs_user.h		\
+	include/jfs_compat.h		\
  	include/kernel-jbd.h		\
  	include/kernel-list.h		\
  	include/ocfs2_fs.h		\
Index: ocfs2/debugfs.ocfs2/Makefile
===================================================================
--- ocfs2/debugfs.ocfs2/Makefile	(revision 127)
+++ ocfs2/debugfs.ocfs2/Makefile	(working copy)
@@ -21,4 +21,9 @@
  debugfs.ocfs2: $(OBJS)
  	$(LINK) $(GLIB_LIBS) -lreadline -lncurses

+DIST_RULES = dist-subdircreate
+
+dist-subdircreate:
+	$(TOPDIR)/mkinstalldirs $(DIST_DIR)/include
+
  include $(TOPDIR)/Postamble.make



More information about the Ocfs-tools-devel mailing list