Skip to content

Commit 8941074

Browse files
authored
build-gnu.sh: Do not symlink missing bins to false
1 parent 267abb2 commit 8941074

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

util/build-gnu.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,6 @@ test -f "${UU_BUILD_DIR}/[" || (cd ${UU_BUILD_DIR} && ln -s "test" "[")
121121

122122
cd "${path_GNU}" && echo "[ pwd:'${PWD}' ]"
123123

124-
# Any binaries that aren't built become `false` so their tests fail
125-
for binary in $(./build-aux/gen-lists-of-programs.sh --list-progs); do
126-
bin_path="${UU_BUILD_DIR}/${binary}"
127-
test -f "${bin_path}" || {
128-
echo "'${binary}' was not built with uutils, using the 'false' program"
129-
cp "${UU_BUILD_DIR}/false" "${bin_path}"
130-
}
131-
done
132-
133124
if test -f gnu-built; then
134125
echo "GNU build already found. Skip"
135126
echo "'rm -f $(pwd)/gnu-built' to force the build"

0 commit comments

Comments
 (0)