Remove the /tools symlink, if alredy present, before to create the proper one.

This commit is contained in:
Manuel Canales Esparcia 2005-11-17 19:30:39 +00:00
parent 4618749fab
commit 35a25a9bf9

1
jhalfs
View file

@ -332,6 +332,7 @@ chapter4_Makefiles() {
020-creatingtoolsdir:
@\$(call echo_message, Building)
@mkdir -v \$(LFS)/tools && \\
rm -fv /tools && \\
ln -sv \$(LFS)/tools / && \\
touch \$@