We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f9224 commit d63074dCopy full SHA for d63074d
util/build-gnu.sh
@@ -164,6 +164,9 @@ fi
164
# automake or config.status and undo our edits.
165
touch Makefile.in Makefile
166
167
+# Prevent make check from rebuilding the GNU binaries over the uutils ones
168
+sed -i 's/^check-am: all-am/check-am:/' Makefile
169
+
170
grep -rl 'path_prepend_' tests/* | xargs -r "${SED}" -i 's| path_prepend_ ./src||'
171
# path_prepend_ sets $abs_path_dir_: set it manually instead.
172
grep -rl '\$abs_path_dir_' tests/*/*.sh | xargs -r "${SED}" -i "s|\$abs_path_dir_|${UU_BUILD_DIR//\//\\/}|g"
0 commit comments