build: Fix xargs warnings for Guix builds

pull/24129/head
Hennadii Stepanov 3 years ago
parent e3ce019667
commit c73415bc10
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -377,7 +377,7 @@ mkdir -p "$DISTSRC"
{
find "${DISTNAME}/bin" -type f -executable -print0
find "${DISTNAME}/lib" -type f -print0
} | xargs -0 -n1 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
;;
esac

Loading…
Cancel
Save