We have been having a discussion on ALFS about the commands in this
section.  It would make things a bit easier if:

mkdir -v $LFS/tools
ln -sv $LFS/tools /

were modified to add:

mkdir -vp $LFS/tools
ln -svn $LFS/tools /

What these switches do is allow the process to continue even if the
directory and symlink already exist.  They also enhance learning if the
user does not already know what they do and is curious enough to look
them up.

  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to