On Monday 11 December 2006 09:21, Cosmin Rentea wrote:
> Hi all,
>
> Is it possible to have in "emerge" something similar to the "-k" option
> of "make" ?
>
>
>         -k, --keep-going
>              Continue as much as possible after an error.  While the
> target that failed, and those that depend on it, cannot be  remade,  the
> other dependencies of these targets can be processed all the same.
>
>
> It would be particularly useful when emerging "world", "system" or
> multiple packages, some of which have broken ebuilds.

emerge -uvt world || while ! emerge --resume --skipfirst ; do echo "next..."; 
done

or something like this, might do the job.

[]'s
        .m
-- 
gentoo-user@gentoo.org mailing list

Reply via email to