From 6fdc9492dad4a847f97b2ca8eb79b3096557faaf Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 13 Sep 2017 13:40:58 +0200 Subject: [PATCH 197/325] Makefile: Explicitly reduce TARGETS to amd64 and i386 (XXX: workaround) Other targets currently aren't supported by ElectroBSD and somehow result in /usr/src/tools/build/options/makeman entering an endless loop. Reducing the targets doesn't impact the supported targets and works around the "makeman" issue for "now". Obtained from: ElectroBSD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21ce26f215c9..f0d650488fe7 100644 --- a/Makefile +++ b/Makefile @@ -492,7 +492,7 @@ worlds: .PHONY # .if make(universe) || make(universe_kernels) || make(tinderbox) || \ make(targets) || make(universe-toolchain) -TARGETS?=amd64 arm arm64 i386 mips powerpc riscv sparc64 +TARGETS?=amd64 i386 _UNIVERSE_TARGETS= ${TARGETS} TARGET_ARCHES_arm?= arm armv6 armv7 TARGET_ARCHES_arm64?= aarch64 -- 2.32.0