summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2001-03-12 10:55:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>2001-03-12 10:55:03 +0000
commitbf0af6f063e026aa99fdfd109d4a18ee571ec1cf (patch)
tree511792d30596eb25071fd69f96550ce450c0b9a7 /Tools
parentUpdate: (diff)
Uncomment and update OSREL and OSVERSION in preparation for 4.3R.
Notes
Notes: svn path=/head/; revision=39642
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds4
-rwxr-xr-xTools/portbuild/scripts/makeindex4
-rwxr-xr-xTools/portbuild/scripts/portbuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index c4afc19d352f..5b77f355f9a3 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -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
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index be3bb1810da4..2f75ef57f5d2 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -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
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild
index 8f8dbc998cb5..20b305ca6671 100755
--- a/Tools/portbuild/scripts/portbuild
+++ b/Tools/portbuild/scripts/portbuild
@@ -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*)