summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-11 00:09:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-11 00:09:22 +0000
commit9a4b76df92086f996e61814dff0ceaef33e0695d (patch)
treeb1571f8a532d69769622ee3855ff99cfe07b91c3 /Tools
parentAdd check for "invalid category" error. (diff)
Change OSREL and OSVERSION for 3 and 4 branches. (The ones for 3-stable
are commented out anyway....)
Notes
Notes: svn path=/head/; revision=21636
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds6
-rwxr-xr-xTools/portbuild/scripts/makeindex6
2 files changed, 6 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index 034d0dcdbb2f..f7f2aa1104ca 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -21,14 +21,14 @@ case "x$1" in
x3)
branch=3
export PORTOBJFORMAT=elf
- # export OSREL=3.1
- # export OSVERSION=310002
+ # export OSREL=3.3
+ # export OSVERSION=330000
;;
x4)
branch=4
export PORTOBJFORMAT=elf
export OSREL=4.0
- export OSVERSION=400002
+ export OSVERSION=400009
;;
*)
usage
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index a2630e65f43e..f287323b1aef 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -21,14 +21,14 @@ case "x$1" in
x3)
branch=3
export PORTOBJFORMAT=elf
- # export OSREL=3.1
- # export OSVERSION=310002
+ # export OSREL=3.3
+ # export OSVERSION=330000
;;
x4)
branch=4
export PORTOBJFORMAT=elf
export OSREL=4.0
- export OSVERSION=400002
+ export OSVERSION=400009
;;
*)
usage