From afda0ec7a910b8de8f8690772f8caa7c896ff907 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 14 Feb 2003 09:24:36 +0000 Subject: - Correct usage message - Don't try and use buildenv, it's useless - Set TARGET_ARCH instead --- Tools/portbuild/scripts/makeworld | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/makeworld b/Tools/portbuild/scripts/makeworld index 1df424003fc1..5a219e0e93a6 100755 --- a/Tools/portbuild/scripts/makeworld +++ b/Tools/portbuild/scripts/makeworld @@ -3,7 +3,7 @@ pb=/var/portbuild if [ $# -lt 2 ]; then - echo "usage: makeparallel arch branch [args]" + echo "usage: makeworld arch branch [args]" exit 1 fi @@ -12,13 +12,8 @@ branch=$2 shift 2 . ${pb}/${arch}/portbuild.conf -. ${pb}/scripts/buildenv -buildenv ${pb} ${arch} ${branch} - -# These confuse make world; remove them -unset MACHINE_ARCH -unset ARCH +export TARGET_ARCH=${arch} client=0 nocvs=0 -- cgit v1.2.3