[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Let's not exit from buildinstall.functions, say, ever



> diff --git a/scripts/buildinstall.functions b/scripts/buildinstall.functions
> index 3b10dff..2afb652 100755
> --- a/scripts/buildinstall.functions
> +++ b/scripts/buildinstall.functions
> @@ -56,11 +56,8 @@ EOF
>      while [ $n -lt ${#FILES[*]} ]; do
>          FILE="${FILES[$n]}"
>          if [ "$FILE" == "not found" ]; then
> -            cat 1>&2 <<EOF
> -There are missing files on your system.  The dynamic object $bin
> -requires ${NAMES[$n]} n order to properly function.  mkinitrd cannot continue.
> -EOF
> -            exit 1
> +            echo "WARNING: The dynamic object $bin requires ${NAMES[$n]} n order to properly function."
> +            continue
>          fi
>         case "$FILE" in
>           /lib*)

This is as good a guess as anything else we've come up with.  Let's see
what happens.

- Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]