Skip to content
Snippets Groups Projects
Commit 0e6efb37 authored by mjmac's avatar mjmac
Browse files

b=12348

i=brian
i=scjody
* Include disk1_4.zip in lustre-tests RPM
parent 19b64ce5
No related branches found
No related tags found
No related merge requests found
......@@ -83,12 +83,9 @@ is_release()
list_targets()
{
echo -n "Available targets:"
for target in $TOPDIR/lustre/lustre/kernel_patches/targets/*.target ; do
target_file=${target##*/}
echo -n " ${target_file%%.target}"
for target in $TOPDIR/lustre/kernel_patches/targets/*.target.in ; do
echo -n "$(basename $target .target.in) "
done
echo
}
usage()
......@@ -147,9 +144,9 @@ Usage: ${0##*/} [OPTION]... [-- <lustre configure options>]
A CVS branch/tag name to build from when pulling from CVS.
--target=TARGET
The name of the target to build. The available targets are listed
below.
The name of the target to build.
One of: $(list_targets)
--target-archs=TARGET_ARCHS
A (space delimited) list of architectures to build. By default,
all of the archs supported by the TARGET will be built, in
......@@ -167,8 +164,6 @@ Usage: ${0##*/} [OPTION]... [-- <lustre configure options>]
EOF
# list_targets
fatal "$1" "$2"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment