From b4d912977bde9c27c0fb2c879b7873600571707c Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Sat, 27 Nov 2010 05:08:25 +0800 Subject: [PATCH] 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 --- build/autoMakefile.am.toplevel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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//'); \ -- 1.8.3.1