All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel]  Patch to fix dist rule in ocfs-tools with another minor fix
@ 2004-07-02 13:20 John L. Villalovos
  0 siblings, 0 replies; only message in thread
From: John L. Villalovos @ 2004-07-02 13:20 UTC (permalink / raw)
  To: ocfs2-devel

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)
@@ -12,7 +12,7 @@
  CFLAGS += -Wall -O2

  CFILES = main.c commands.c dump.c readfs.c utils.c journal.c
-HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h
+HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h include/jbd.h

  OBJS = $(subst .c,.o,$(CFILES))

@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-02 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-02 13:20 [Ocfs2-devel] Patch to fix dist rule in ocfs-tools with another minor fix John L. Villalovos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.