Whamcloud - gitweb
b=21380 make dist seems to exclude the "darwin" bits
authorBrian J. Murrell <brian@sun.com>
Thu, 25 Feb 2010 17:59:50 +0000 (12:59 -0500)
committerJohann Lombardi <johann@sun.com>
Fri, 26 Feb 2010 21:20:09 +0000 (22:20 +0100)
Include all of the darwin bits in the distribution tarball created with
make dist.

i=adilger

build/autoMakefile.am.toplevel
build/autoconf/Makefile.am
lnet/autoconf/lustre-lnet.m4
lnet/include/libcfs/Makefile.am
lnet/include/lnet/Makefile.am
lnet/libcfs/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/obdclass/autoMakefile.am

index 9c17b56..c95f165 100644 (file)
@@ -104,6 +104,7 @@ EXTRA_DIST = @PACKAGE_TARNAME@.spec                                 \
        build/sles8-update_INITRD_MODULES.sh                            \
        build/sles8-update_rcfile_setting.sh build/update_oldconfig     \
        build/autoconf/lustre-build-linux.m4                            \
+       build/autoconf/lustre-build-darwin.m4                           \
        build/autoconf/lustre-build.m4 build/rdac_spec                  \
        build/mptlinux.spec.patch build/patches
 
index 5ee4381..be0f4fb 100644 (file)
@@ -1,4 +1 @@
-EXTRA_DIST := lustre-build.m4 lustre-build-linux.m4
-if DARWIN
-EXTRA_DIST += lustre-build-darwin.m4
-endif
+EXTRA_DIST := lustre-build.m4 lustre-build-linux.m4 lustre-build-darwin.m4
index 7d4cd84..6011fb6 100644 (file)
@@ -1810,16 +1810,10 @@ lnet/ulnds/autoMakefile
 lnet/ulnds/socklnd/Makefile
 lnet/ulnds/ptllnd/Makefile
 lnet/utils/Makefile
-])
-case $lb_target_os in
-       darwin)
-               AC_CONFIG_FILES([
 lnet/include/libcfs/darwin/Makefile
 lnet/include/lnet/darwin/Makefile
 lnet/libcfs/darwin/Makefile
 ])
-               ;;
-esac
 ])
 
 #
index 472d0ae..407b2d3 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS := linux
 if DARWIN
 SUBDIRS += darwin
 endif
-DIST_SUBDIRS := $(SUBDIRS)
+DIST_SUBDIRS := linux darwin
 
 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 \
index c4f4929..9b60bbd 100644 (file)
@@ -4,7 +4,7 @@ SUBDIRS := linux
 if DARWIN
 SUBDIRS += darwin
 endif
-DIST_SUBDIRS := $(SUBDIRS)
+DIST_SUBDIRS := linux darwin
 
 EXTRA_DIST = api.h api-support.h \
        lib-lnet.h lib-types.h lnet.h lnetctl.h types.h \
index 7787e26..edd8c95 100644 (file)
@@ -38,7 +38,7 @@ SUBDIRS := linux
 if DARWIN
 SUBDIRS += darwin
 endif
-DIST_SUBDIRS := $(SUBDIRS)
+DIST_SUBDIRS := linux darwin
 
 if LIBLUSTRE
 noinst_LIBRARIES= libcfs.a
index 54ec787..0338656 100644 (file)
@@ -2355,11 +2355,6 @@ lustre/scripts/Makefile
 lustre/tests/Makefile
 lustre/tests/mpi/Makefile
 lustre/utils/Makefile
+lustre/obdclass/darwin/Makefile
 ])
-case $lb_target_os in
-        darwin)
-                AC_CONFIG_FILES([ lustre/obdclass/darwin/Makefile ])
-                ;;
-esac
-
 ])
index 0553359..767446b 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS := linux
 if DARWIN
 SUBDIRS += darwin
 endif
-DIST_SUBDIRS := $(SUBDIRS)
+DIST_SUBDIRS := linux darwin
 
 if LIBLUSTRE