File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 9191ln -vf " ${UU_BUILD_DIR} /install" " ${UU_BUILD_DIR} /ginstall" # The GNU tests use renamed install to ginstall
9292if [ " ${SELINUX_ENABLED} " = 1 ]; then
9393 # Build few utils for SELinux for faster build. MULTICALL=y fails...
94- " ${MAKE} " UTILS=" cat chcon cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv printf rm rmdir runcon stat test touch tr uname wc whoami" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
95- # min test for SELinux
96- touch g && " ${PROFILE} " /stat -c%C g && rm g
94+ " ${MAKE} " UTILS=" cat chcon cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv nproc printf rm rmdir runcon seq stat test touch tr true uname wc whoami" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
9795else
9896 # Use MULTICALL=y for faster build
9997 " ${MAKE} " MULTICALL=y SKIP_UTILS=" install more" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
You can’t perform that action at this time.
0 commit comments