|
@@ -41,6 +41,7 @@ kversion=""
|
|
usage () {
|
|
usage () {
|
|
echo "Usage: $scriptname optional arguments:"
|
|
echo "Usage: $scriptname optional arguments:"
|
|
echo " --builddir absolute-pathname"
|
|
echo " --builddir absolute-pathname"
|
|
|
|
+ echo " --buildonly"
|
|
echo " --configs \"config-file list\""
|
|
echo " --configs \"config-file list\""
|
|
echo " --datestamp string"
|
|
echo " --datestamp string"
|
|
echo " --duration minutes"
|
|
echo " --duration minutes"
|
|
@@ -83,6 +84,9 @@ do
|
|
gotbuilddir=1
|
|
gotbuilddir=1
|
|
shift
|
|
shift
|
|
;;
|
|
;;
|
|
|
|
+ --buildonly)
|
|
|
|
+ RCU_BUILDONLY=1; export RCU_BUILDONLY
|
|
|
|
+ ;;
|
|
--configs)
|
|
--configs)
|
|
checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
|
|
checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
|
|
configs="$2"
|
|
configs="$2"
|