From 6f66a630f46a5938b97c5940c5155f977b1da413 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Mon, 28 Mar 2011 12:45:51 -0400 Subject: [PATCH] b=24479 LU-92 files and dirs missing in dist tarball Some files and dirs are missing in the "dist" tarball. Change-Id: Id9fea606549174cac2ea1f7239d75f2fc63c144c Signed-off-by: Brian J. Murrell --- lnet/autoconf/lustre-lnet.m4 | 1 + lnet/include/libcfs/Makefile.am | 2 +- lnet/include/libcfs/winnt/Makefile.am | 3 +++ lustre/autoconf/lustre-core.m4 | 1 + lustre/include/Makefile.am | 2 ++ lustre/include/darwin/Makefile.am | 6 ++++++ 6 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 lnet/include/libcfs/winnt/Makefile.am create mode 100644 lustre/include/darwin/Makefile.am diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 804d404..805e7bf 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -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 ]) diff --git a/lnet/include/libcfs/Makefile.am b/lnet/include/libcfs/Makefile.am index 407b2d3..f9b3af7 100644 --- a/lnet/include/libcfs/Makefile.am +++ b/lnet/include/libcfs/Makefile.am @@ -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 index 0000000..4576960 --- /dev/null +++ b/lnet/include/libcfs/winnt/Makefile.am @@ -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 diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 057ded5..18e3131b 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -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 diff --git a/lustre/include/Makefile.am b/lustre/include/Makefile.am index 3c60c26..25d5d7b 100644 --- a/lustre/include/Makefile.am +++ b/lustre/include/Makefile.am @@ -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 index 0000000..99f77d8 --- /dev/null +++ b/lustre/include/darwin/Makefile.am @@ -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 + -- 1.8.3.1