From 2dcc55b3886077e70627237c6e7356aa4ab27f02 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 16 Oct 2010 01:24:48 -0500 Subject: [PATCH] script/makeworld: default build target to current architecture --- script/makeworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makeworld b/script/makeworld index 7f95174..0adfb78 100755 --- a/script/makeworld +++ b/script/makeworld @@ -103,7 +103,7 @@ make_jobs="$(( ${make_cpus} * 2 ))" make_tgts="buildworld buildkernel distrib-dirs installworld installkernel distribution" # Defaults -TARGET="i386" +TARGET="$(uname -m)" CONFIG="GENERIC" MAKEOPTS="-j${make_jobs}" -- 2.42.0