File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
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 nproc printf rm rmdir runcon seq stat test touch tr true uname wc whoami" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
94+ " ${MAKE} " UTILS=" cat chcon cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv nproc printf rm rmdir runcon seq test touch tr true uname wc whoami" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
9595else
9696 # Use MULTICALL=y for faster build
9797 " ${MAKE} " MULTICALL=y SKIP_UTILS=" install more" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
104104
105105cd " ${path_GNU} " && echo " [ pwd:'${PWD} ' ]"
106106
107-
108107# Any binaries that aren't built become `false` to make tests failure
109108# Note that some test (e.g. runcon/runcon-compute.sh) incorrectly passes by this
110109for binary in $( ./build-aux/gen-lists-of-programs.sh --list-progs) ; do
You can’t perform that action at this time.
0 commit comments