On Feb 19, 2008 3:40 AM, Eric Blake <[EMAIL PROTECTED]> wrote:
> But I am, having seen it myself.  It happens when you have a stale symlink
> from an older copy of gnulib, but which now points nowhere because the
> file was renamed in gnulib.  gnulib-tool --import automatically deletes
> such symlinks, but coreutils' bootstrap script does not yet do so.  For
> now, I use:
> find -L -depth -lname '*' -delete
> to get the tree back in a workable state after updating gnulib but before
> re-running ./bootstrap.

Thanks, that fixed it.

James.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to