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 c5c3a8e commit e143680Copy full SHA for e143680
util/build-gnu.sh
@@ -93,7 +93,7 @@ export CARGOFLAGS # tell to make
93
ln -vf "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests use renamed install to ginstall
94
if [ "${SELINUX_ENABLED}" = 1 ];then
95
# Build few utils for SELinux for faster build. MULTICALL=y fails...
96
- "${MAKE}" UTILS="cat chcon chmod cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv printf rm rmdir runcon stat test touch tr true uname wc whoami"
+ "${MAKE}" UTILS="cat chcon chmod cp cut dd echo env groups id ln ls mkdir mkfifo mknod mktemp mv printf rm rmdir runcon stat test touch tr true uname wc whoami"
97
else
98
# Use MULTICALL=y for faster build
99
"${MAKE}" MULTICALL=y SKIP_UTILS="install more seq"
0 commit comments