summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-29 08:04:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-29 08:04:13 +0000
commit199691e133f1d5652a4de68c2578226a29c4b91d (patch)
treed6711f90b003688db09f1b68b9117b444767a59c /Tools
parentPrint uptime after the number of jobs running. This has no functional (diff)
Add branch=5 case and update some variables. Don't set NO_RESTRICTED,
this will be passed down by calling scripts if necessary.
Notes
Notes: svn path=/head/; revision=32079
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds16
1 files changed, 11 insertions, 5 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index f7f2aa1104ca..eedf0db6cf60 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -21,14 +21,20 @@ case "x$1" in
x3)
branch=3
export PORTOBJFORMAT=elf
- # export OSREL=3.3
- # export OSVERSION=330000
+ export OSREL=3.5
+ export OSVERSION=350001
;;
x4)
branch=4
export PORTOBJFORMAT=elf
- export OSREL=4.0
- export OSVERSION=400009
+ # export OSREL=4.0
+ # export OSVERSION=400018
+ ;;
+ x5)
+ branch=5
+ export PORTOBJFORMAT=elf
+ export OSREL=5.0
+ export OSVERSION=500011
;;
*)
usage
@@ -43,7 +49,7 @@ export BATCH=t
export HAVE_MOTIF=t
export PACKAGE_BUILDING=t
export PARALLEL_PACKAGE_BUILD=t
-export NO_RESTRICTED=t
+#export NO_RESTRICTED=t
#export FOR_CDROM=t
make -j${DUDSJOBS} ignorelist ECHO_MSG=true > ${duds} || exit 1
sort ${duds} > ${duds}.tmp