Skip to content

Commit b5be17f

Browse files
committed
Makefile: build boost do rm -f tools bin.v2
1 parent fd8a64d commit b5be17f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ ${rdir}/boost-static/build.done:
593593
@rm -rf $(dir $@)
594594
@mkdir -p $(dir $@)
595595
cd $(dir $@) \
596-
&& ln -s -f ../../../../boost-include/* . && rm tools \
596+
&& ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
597597
&& ${CP_FAST} -r ../../../../boost-include/tools . \
598598
&& ${USER_GCC} \
599599
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
@@ -604,7 +604,7 @@ ${rdir}/boost-shared/build.done:
604604
@rm -rf $(dir $@)
605605
@mkdir -p $(dir $@)
606606
cd $(dir $@) \
607-
&& ln -s -f ../../../../boost-include/* . && rm tools \
607+
&& ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
608608
&& ${CP_FAST} -r ../../../../boost-include/tools . \
609609
&& ${USER_GCC} \
610610
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
@@ -615,7 +615,7 @@ ${ddir}/boost-static/build.done:
615615
@rm -rf $(dir $@)
616616
@mkdir -p $(dir $@)
617617
cd $(dir $@) \
618-
&& ln -s -f ../../../../boost-include/* . && rm tools \
618+
&& ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
619619
&& ${CP_FAST} -r ../../../../boost-include/tools . \
620620
&& ${USER_GCC} \
621621
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \
@@ -626,7 +626,7 @@ ${ddir}/boost-shared/build.done:
626626
@rm -rf $(dir $@)
627627
@mkdir -p $(dir $@)
628628
cd $(dir $@) \
629-
&& ln -s -f ../../../../boost-include/* . && rm tools \
629+
&& ln -s -f ../../../../boost-include/* . && rm -f tools bin.v2 \
630630
&& ${CP_FAST} -r ../../../../boost-include/tools . \
631631
&& ${USER_GCC} \
632632
&& env CC=${CC} CXX=${CXX} bash bootstrap.sh --with-libraries=fiber,context,system \

0 commit comments

Comments
 (0)