We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267abb2 commit 8941074Copy full SHA for 8941074
1 file changed
util/build-gnu.sh
@@ -121,15 +121,6 @@ test -f "${UU_BUILD_DIR}/[" || (cd ${UU_BUILD_DIR} && ln -s "test" "[")
121
122
cd "${path_GNU}" && echo "[ pwd:'${PWD}' ]"
123
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
-
133
if test -f gnu-built; then
134
echo "GNU build already found. Skip"
135
echo "'rm -f $(pwd)/gnu-built' to force the build"
0 commit comments