Whamcloud - gitweb
b=24479 LU-92 files and dirs missing in dist tarball 57/257/5
authorBrian J. Murrell <brian@whamcloud.com>
Mon, 28 Mar 2011 16:45:51 +0000 (12:45 -0400)
committerTerry Rutledge <terry.rutledge@oracle.com>
Mon, 28 Mar 2011 16:51:44 +0000 (09:51 -0700)
Some files and dirs are missing in the "dist" tarball.

Change-Id: Id9fea606549174cac2ea1f7239d75f2fc63c144c
Signed-off-by: Brian J. Murrell <brian@whamcloud.com>
lnet/autoconf/lustre-lnet.m4
lnet/include/libcfs/Makefile.am
lnet/include/libcfs/winnt/Makefile.am [new file with mode: 0644]
lustre/autoconf/lustre-core.m4
lustre/include/Makefile.am
lustre/include/darwin/Makefile.am [new file with mode: 0644]

index 804d404..805e7bf 100644 (file)
@@ -1866,6 +1866,7 @@ lnet/ulnds/socklnd/Makefile
 lnet/ulnds/ptllnd/Makefile
 lnet/utils/Makefile
 lnet/include/libcfs/darwin/Makefile
+lnet/include/libcfs/winnt/Makefile
 lnet/include/lnet/darwin/Makefile
 lnet/libcfs/darwin/Makefile
 ])
index 407b2d3..f9b3af7 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS := linux
 if DARWIN
 SUBDIRS += darwin
 endif
-DIST_SUBDIRS := linux darwin
+DIST_SUBDIRS := linux darwin winnt
 
 EXTRA_DIST := curproc.h kp30.h libcfs.h list.h lltrace.h \
        portals_utils.h types.h user-lock.h user-prim.h user-time.h \
diff --git a/lnet/include/libcfs/winnt/Makefile.am b/lnet/include/libcfs/winnt/Makefile.am
new file mode 100644 (file)
index 0000000..4576960
--- /dev/null
@@ -0,0 +1,3 @@
+EXTRA_DIST := winnt-mem.h winnt-types.h libcfs.h portals_utils.h        \
+       winnt-fs.h winnt-prim.h lltrace.h winnt-lock.h winnt-tcpip.h    \
+       kp30.h portals_compat25.h winnt-time.h
index 057ded5..18e3131 100644 (file)
@@ -2453,6 +2453,7 @@ lustre/doc/Makefile
 lustre/include/Makefile
 lustre/include/lustre_ver.h
 lustre/include/linux/Makefile
+lustre/include/darwin/Makefile
 lustre/include/lustre/Makefile
 lustre/kernel_patches/targets/2.6-suse.target
 lustre/kernel_patches/targets/2.6-vanilla.target
index 3c60c26..25d5d7b 100644 (file)
@@ -36,6 +36,8 @@
 
 SUBDIRS = linux lustre
 
+DIST_SUBDIRS := linux lustre darwin
+
 EXTRA_DIST = ioctl.h liblustre.h lprocfs_status.h lustre_cfg.h         \
             lustre_debug.h lustre_disk.h lustre_dlm.h lustre_export.h \
             lustre_fsfilt.h lustre_ha.h lustre_handles.h lustre_import.h \
diff --git a/lustre/include/darwin/Makefile.am b/lustre/include/darwin/Makefile.am
new file mode 100644 (file)
index 0000000..99f77d8
--- /dev/null
@@ -0,0 +1,6 @@
+EXTRA_DIST = lprocfs_status.h lustre_debug.h lustre_lib.h \
+       lustre_dlm.h lustre_handles.h lustre_net.h obd_class.h obd_support.h \
+       lustre_log.h lustre_compat.h lustre_fsfilt.h lustre_mds.h obd.h \
+       lvfs.h lustre_lite.h lustre_quota.h \
+       lustre_user.h
+