Skip to content

Commit

Permalink
gnu-built: remove the useless sed
Browse files Browse the repository at this point in the history
It will avoid a rebuilding when doing:
bash util/build-gnu.sh && bash util/run-gnu-test.sh   ../gnu/tests/rm/empty-inacc.sh
  • Loading branch information
sylvestre committed Dec 31, 2023
1 parent 5fc01f7 commit f23902f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ for binary in $(./build-aux/gen-lists-of-programs.sh --list-progs); do
done

if test -f gnu-built; then
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils
sed -i "s/^[[:blank:]]*PATH=.*/ PATH='${UU_BUILD_DIR//\//\\/}\$(PATH_SEPARATOR)'\"\$\$PATH\" \\\/" Makefile
echo "GNU build already found. Skip"
echo "'rm -f $(pwd)/gnu-built' to force the build"
echo "Note: the customization of the tests will still happen"
Expand Down

0 comments on commit f23902f

Please sign in to comment.