mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #3334 from sylvestre/gnu-selinux
when building for the GNU testsuite, force the build of selinux binaries
This commit is contained in:
commit
65c3ab6afd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ UU_BUILD_DIR="${path_UUTILS}/target/${UU_MAKE_PROFILE}"
|
||||||
echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
|
echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
|
||||||
|
|
||||||
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
|
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
|
||||||
make PROFILE="${UU_MAKE_PROFILE}"
|
SELINUX_ENABLED=1 make PROFILE="${UU_MAKE_PROFILE}"
|
||||||
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
|
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
|
||||||
# Create *sum binaries
|
# Create *sum binaries
|
||||||
for sum in b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
|
for sum in b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue