From 9efea0cdfa686c6b39ed82488f4369058cadc255 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 31 May 2006 00:09:56 +0000 Subject: [PATCH] Distribute the cluster_scripts in the release. --- lustre/autoconf/lustre-core.m4 | 1 + lustre/utils/Makefile.am | 2 +- lustre/utils/cluster_scripts/.cvsignore | 2 ++ lustre/utils/cluster_scripts/Makefile.am | 3 +++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 lustre/utils/cluster_scripts/.cvsignore create mode 100644 lustre/utils/cluster_scripts/Makefile.am diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 72aedb9..3641458 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -717,6 +717,7 @@ lustre/scripts/Makefile lustre/scripts/version_tag.pl lustre/tests/Makefile lustre/utils/Lustre/Makefile +lustre/utils/cluster_scripts/Makefile lustre/utils/Makefile ]) case $lb_target_os in diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 6b4089b..3ff2c8f 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -1,6 +1,6 @@ # Administration utilities Makefile -SUBDIRS = Lustre +SUBDIRS = Lustre cluster_scripts AM_CFLAGS=$(LLCFLAGS) AM_CPPFLAGS=$(LLCPPFLAGS) -DLUSTRE_UTILS=1 diff --git a/lustre/utils/cluster_scripts/.cvsignore b/lustre/utils/cluster_scripts/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/lustre/utils/cluster_scripts/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/lustre/utils/cluster_scripts/Makefile.am b/lustre/utils/cluster_scripts/Makefile.am new file mode 100644 index 0000000..dff3656 --- /dev/null +++ b/lustre/utils/cluster_scripts/Makefile.am @@ -0,0 +1,3 @@ +sbin_SCRIPTS = cluster_config.sh gen_clumanager_config.sh gen_cluster_config.sh gen_hb_config.sh module_config.sh mon_cf.generator.sh verify_cluster_net.sh verify_serviceIP.sh + +EXTRA_DIST = $(sbin_SCRIPTS) -- 1.8.3.1