[Ocfs2-commits] manish commits r2341 - in trunk: . fs/configfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 30 16:37:49 CDT 2005


Author: manish
Signed-off-by: jlbec
Date: 2005-05-30 16:37:47 -0500 (Mon, 30 May 2005)
New Revision: 2341

Modified:
   trunk/Makefile
   trunk/fs/configfs/Makefile
Log:
dist chamges for new configfs.h location

Signed-off-by: jlbec


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-05-30 21:32:31 UTC (rev 2340)
+++ trunk/Makefile	2005-05-30 21:37:47 UTC (rev 2341)
@@ -6,6 +6,9 @@
 
 SUBDIRS = fs vendor
 
+LINUX_INCLUDE_FILES = \
+	include/linux/configfs.h
+
 KAPI_COMPAT_FILES = \
 	kapi-compat/include/assert_spin_locked.h		\
 	kapi-compat/include/journal_access.h			\
@@ -13,24 +16,26 @@
 	kapi-compat/include/kref_put.h
 
 DIST_FILES = \
-	AUTHORS		\
-	COPYING		\
-	Config.make.in	\
-	Preamble.make	\
-	Postamble.make	\
-	Versioning.make	\
-	config.guess	\
-	config.sub	\
-	configure	\
-	configure.in	\
-	install-sh	\
-	mkinstalldirs	\
-	rpmarch.guess	\
+	AUTHORS			\
+	COPYING			\
+	Config.make.in		\
+	Preamble.make		\
+	Postamble.make		\
+	Versioning.make		\
+	config.guess		\
+	config.sub		\
+	configure		\
+	configure.in		\
+	install-sh		\
+	mkinstalldirs		\
+	rpmarch.guess		\
+	$(LINUX_INCLUDE_FILES)	\
 	$(KAPI_COMPAT_FILES)
 
 DIST_RULES = dist-subdircreate
 
 dist-subdircreate:
+	$(TOPDIR)/mkinstalldirs $(DIST_DIR)/include/linux
 	$(TOPDIR)/mkinstalldirs $(DIST_DIR)/kapi-compat/include
 
 #

Modified: trunk/fs/configfs/Makefile
===================================================================
--- trunk/fs/configfs/Makefile	2005-05-30 21:32:31 UTC (rev 2340)
+++ trunk/fs/configfs/Makefile	2005-05-30 21:37:47 UTC (rev 2341)
@@ -27,9 +27,7 @@
 # Called from a regular "make".
 #
 
-HEADERS =					\
-	configfs.h				\
-	configfs_internal.h
+HEADERS = configfs_internal.h
 
 CONFIGFS_SOURCES = 		\
 	dir.c			\



More information about the Ocfs2-commits mailing list