Remove the /tools symlink, if alredy present, before to create the proper one.
This commit is contained in:
parent
4618749fab
commit
35a25a9bf9
1 changed files with 1 additions and 0 deletions
1
jhalfs
1
jhalfs
|
@ -332,6 +332,7 @@ chapter4_Makefiles() {
|
|||
020-creatingtoolsdir:
|
||||
@\$(call echo_message, Building)
|
||||
@mkdir -v \$(LFS)/tools && \\
|
||||
rm -fv /tools && \\
|
||||
ln -sv \$(LFS)/tools / && \\
|
||||
touch \$@
|
||||
|
||||
|
|
Reference in a new issue