@@ -593,7 +593,7 @@ ${rdir}/boost-static/build.done:
593
593
@rm -rf $(dir $@ )
594
594
@mkdir -p $(dir $@ )
595
595
cd $(dir $@ ) \
596
- && ln -s -f ../../../../boost-include/* . && rm tools \
596
+ && ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
597
597
&& ${CP_FAST} -r ../../../../boost-include/tools . \
598
598
&& ${USER_GCC} \
599
599
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
@@ -604,7 +604,7 @@ ${rdir}/boost-shared/build.done:
604
604
@rm -rf $(dir $@ )
605
605
@mkdir -p $(dir $@ )
606
606
cd $(dir $@ ) \
607
- && ln -s -f ../../../../boost-include/* . && rm tools \
607
+ && ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
608
608
&& ${CP_FAST} -r ../../../../boost-include/tools . \
609
609
&& ${USER_GCC} \
610
610
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
@@ -615,7 +615,7 @@ ${ddir}/boost-static/build.done:
615
615
@rm -rf $(dir $@ )
616
616
@mkdir -p $(dir $@ )
617
617
cd $(dir $@ ) \
618
- && ln -s -f ../../../../boost-include/* . && rm tools \
618
+ && ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
619
619
&& ${CP_FAST} -r ../../../../boost-include/tools . \
620
620
&& ${USER_GCC} \
621
621
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
@@ -626,7 +626,7 @@ ${ddir}/boost-shared/build.done:
626
626
@rm -rf $(dir $@ )
627
627
@mkdir -p $(dir $@ )
628
628
cd $(dir $@ ) \
629
- && ln -s -f ../../../../boost-include/* . && rm tools \
629
+ && ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
630
630
&& ${CP_FAST} -r ../../../../boost-include/tools . \
631
631
&& ${USER_GCC} \
632
632
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
0 commit comments