From e93b21fc8963073bb01928b07b4e0642abaa62e3 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 6 Oct 2000 07:29:56 +0000 Subject: Comment out OSREL settings -- these are taken from /usr/bin/uname in the chroot dirs (which is a hacked version) anyway. --- Tools/portbuild/scripts/portbuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild index 94d410d0f410..dc4e2b9cf6c9 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -73,24 +73,26 @@ if [ "x$1" = "x-nodummy" ]; then shift fi +# these should not be necessary because OSREL is +# set in bsd.port.mk from uname's output case ${branch} in 5*) - export OSREL=5.0 +# export OSREL=5.0 export OSVERSION=500011 # export PORTOBJFORMAT=elf ;; 4*) - # export OSREL=4.0 - # export OSVERSION=400018 + # export OSREL=4.1 + # export OSVERSION=410002 # export PORTOBJFORMAT=elf ;; 3*) - export OSREL=3.5 +# export OSREL=3.5 export OSVERSION=350001 # export PORTOBJFORMAT=elf ;; *) - export OSREL=2.2.8 +# export OSREL=2.2.8 export OSVERSION=228001 export PORTOBJFORMAT=aout ;; -- cgit v1.2.3