File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 # Use MULTICALL=y for faster build
9696 make MULTICALL=y SKIP_UTILS=more
9797 for binary in $( " ${UU_BUILD_DIR} " /coreutils --list)
98- do [ -e " ${UU_BUILD_DIR} /${binary} " ] || ln -vf " ${UU_BUILD_DIR} /coreutils" " ${UU_BUILD_DIR} /${binary} "
98+ do [ " ${UU_BUILD_DIR} /coreutils " -ef " ${UU_BUILD_DIR} /${binary} " ] || ln -vf " ${UU_BUILD_DIR} /coreutils" " ${UU_BUILD_DIR} /${binary} "
9999 done
100- ln -vf " ${UU_BUILD_DIR} " /deps/libstdbuf.* -t " ${UU_BUILD_DIR} "
100+ ln -vf " ${UU_BUILD_DIR} " /deps/libstdbuf.* -t " ${UU_BUILD_DIR} " 2> /dev/null || true
101101fi
102- [ -e " ${UU_BUILD_DIR} /ginstall" ] || ln -vf " ${UU_BUILD_DIR} /install" " ${UU_BUILD_DIR} /ginstall" # The GNU tests use ginstall
102+ [ " ${UU_BUILD_DIR} /install " -ef " ${UU_BUILD_DIR} /ginstall" ] || ln -vf " ${UU_BUILD_DIR} /install" " ${UU_BUILD_DIR} /ginstall" # The GNU tests use ginstall
103103# #
104104
105105cd " ${path_GNU} " && echo " [ pwd:'${PWD} ' ]"
You can’t perform that action at this time.
0 commit comments