From 8504c796fc45cc024199f6ea4d200897d156cb4a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 20 Apr 2025 14:16:24 -0600 Subject: [PATCH] util/abuild: Remove obsolete FIXME Change-Id: I51ca0acc18d052f464debaec96154ed07f639355 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/87377 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- util/abuild/abuild | 1 - 1 file changed, 1 deletion(-) diff --git a/util/abuild/abuild b/util/abuild/abuild index ad708d7b4b..2a37ca8c6e 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -968,7 +968,6 @@ if [[ "${cpus}" != "1" ]]; then cpus=32 fi # Test if xargs supports the non-standard -P flag - # FIXME: disabled until we managed to eliminate all the make(1) quirks printf "\n" | xargs -P "${cpus:-0}" -n 1 printf "%s\n" 2>/dev/null >/dev/null && USE_XARGS=1 fi