1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Uncomment and update OSREL and OSVERSION in preparation for 4.3R.

This commit is contained in:
Satoshi Asami 2001-03-12 10:55:03 +00:00
parent bd3f90efa8
commit bf0af6f063
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39642
3 changed files with 6 additions and 6 deletions

View File

@ -27,8 +27,8 @@ case "x$1" in
x4)
branch=4
export PORTOBJFORMAT=elf
# export OSREL=4.2
# export OSVERSION=420001
export OSREL=4.3
export OSVERSION=430000
;;
x5)
branch=5

View File

@ -27,8 +27,8 @@ case "x$1" in
x4)
branch=4
export PORTOBJFORMAT=elf
# export OSREL=4.2
# export OSVERSION=420001
export OSREL=4.3
export OSVERSION=430000
;;
x5)
branch=5

View File

@ -82,8 +82,8 @@ case ${branch} in
# export PORTOBJFORMAT=elf
;;
4*)
# export OSREL=4.2
# export OSVERSION=420001
export OSREL=4.3
export OSVERSION=430000
# export PORTOBJFORMAT=elf
;;
3*)