From 0ba79ebf5c1a848ac99e28b51bdfb816401e2cbe Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 May 2011 16:35:40 +0100 Subject: [PATCH] LU-261 Renamed auster.sh to be auster This makes it like b2_1 and following the convention that human commands don't have extensions and modified Makefile.am which references auster[.sh] Also remove libcfs from REQUIRED_DIRS in autogen.sh since libcfs is still under lnet in lustre 1.8. Change-Id: I29247005a6b02b039cf4a861af4dc5de30082c23 Signed-off-by: Chris Gearing Reviewed-on: http://review.whamcloud.com/541 Tested-by: Hudson Reviewed-by: Johann Lombardi --- build/autogen.sh | 2 +- lustre/tests/Makefile.am | 2 +- lustre/tests/{auster.sh => auster} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename lustre/tests/{auster.sh => auster} (100%) diff --git a/build/autogen.sh b/build/autogen.sh index fd5a140..ea6e704 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -66,7 +66,7 @@ if [ -d kernel_patches ] ; then REQUIRED_DIRS="build" CONFIGURE_DIRS="" else - REQUIRED_DIRS="build libcfs lnet lustre" + REQUIRED_DIRS="build lnet lustre" OPTIONAL_DIRS="snmp portals" CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs spl zfs" fi diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index c2e4bd0..f4220b3 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -23,7 +23,7 @@ noinst_SCRIPTS += recovery-mds-scale.sh run_dd.sh run_tar.sh run_iozone.sh noinst_SCRIPTS += run_dbench.sh run_IOR.sh recovery-double-scale.sh noinst_SCRIPTS += recovery-random-scale.sh parallel-scale.sh metadata-updates.sh noinst_SCRIPTS += ost-pools.sh rpc.sh lnet-selftest.sh obdfilter-survey.sh mmp.sh mmp_mark.sh -noinst_SCRIPTS += sgpdd-survey.sh auster.sh yaml.sh maloo_upload.sh +noinst_SCRIPTS += sgpdd-survey.sh auster yaml.sh maloo_upload.sh nobase_noinst_SCRIPTS = cfg/local.sh nobase_noinst_SCRIPTS += test-groups/regression test-groups/regression-mpi nobase_noinst_SCRIPTS += acl/make-tree acl/run cfg/ncli.sh diff --git a/lustre/tests/auster.sh b/lustre/tests/auster similarity index 100% rename from lustre/tests/auster.sh rename to lustre/tests/auster -- 1.8.3.1