mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
build-gnu.sh: always update PATH in Makefile
This commit is contained in:
parent
4997851d5b
commit
9b67ad05b8
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ for binary in $(./build-aux/gen-lists-of-programs.sh --list-progs); do
|
||||||
done
|
done
|
||||||
|
|
||||||
if test -f gnu-built; then
|
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 "GNU build already found. Skip"
|
||||||
echo "'rm -f $(pwd)/gnu-built' to force the build"
|
echo "'rm -f $(pwd)/gnu-built' to force the build"
|
||||||
echo "Note: the customization of the tests will still happen"
|
echo "Note: the customization of the tests will still happen"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue