From: Brian J. Murrell Date: Fri, 26 Nov 2010 21:08:25 +0000 (+0800) Subject: b=24093 not all build files/scripts being distributed X-Git-Tag: 1.8.5.52~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b4d912977bde9c27c0fb2c879b7873600571707c;p=fs%2Flustre-release.git b=24093 not all build files/scripts being distributed Some files that need to be are not being included in the tarball when make dist is being run. i=cliff i=minh --- diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index 6c1f491..9062f30 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -94,7 +94,7 @@ dist-hook: module-dist-hook EXTRA_DIST = @PACKAGE_TARNAME@.spec \ - build/Makefile build/autoMakefile.am.toplevel build/lbuild \ + build/Makefile build/autoMakefile.am.toplevel build/lbuild* \ build/linux-merge-config.awk build/linux-merge-modules.awk \ build/linux-rhconfig.h build/lmake build/Rules.in \ build/lustre-kernel-2.4.spec.in build/suse-functions.sh \ @@ -107,6 +107,7 @@ EXTRA_DIST = @PACKAGE_TARNAME@.spec \ build/autoconf/lustre-build-darwin.m4 \ build/autoconf/lustre-build.m4 build/rdac_spec \ build/mptlinux.spec.patch build/patches + build/exit_traps.sh rpms-real: @PACKAGE_TARNAME@.spec dist Makefile CONFIGURE_ARGS=$$(echo $$(eval echo $(ac_configure_args)) | sed -re 's/--(en|dis)able-tests//'); \