aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-02-18 08:55:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-02-18 08:55:39 +0000
commit21c449a7fa6151f5e4a151547a6bbe9270a85fb8 (patch)
tree8624ec298a5b04ccb8890950d5116457e7a06c3f /Tools
parent56b6a0b170c073b2c787f9661dcefabbd5334d53 (diff)
downloadports-21c449a7fa6151f5e4a151547a6bbe9270a85fb8.tar.gz
ports-21c449a7fa6151f5e4a151547a6bbe9270a85fb8.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/dopackages12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/dopackages b/Tools/portbuild/scripts/dopackages
index e44680a817c0..013b02e271be 100755
--- a/Tools/portbuild/scripts/dopackages
+++ b/Tools/portbuild/scripts/dopackages
@@ -319,6 +319,11 @@ if [ "$skipstart" = 0 ]; then
makeduds ${pb} ${arch} ${scripts} ${branch}
fi
+ if [ "$noindex" = 0 ]; then
+ makeindex ${pb} ${arch} ${scripts} ${branch}
+ fi
+ checkindex ${pb} ${arch} ${branch}
+
if [ "$trybroken" = 1 ]; then
echo "================================================"
echo "pruning stale entries from the failed ports list"
@@ -326,11 +331,6 @@ if [ "$skipstart" = 0 ]; then
cp ${pb}/${arch}/${branch}/failure ${pb}/${arch}/${branch}/newfailure ${pb}/${arch}/${branch}/bak
lockf -k ${pb}/${arch}/${branch}/failure.lock ${scripts}/prunefailure ${arch} ${branch}
fi
-
- if [ "$noindex" = 0 ]; then
- makeindex ${pb} ${arch} ${scripts} ${branch}
- fi
- checkindex ${pb} ${arch} ${branch}
fi
if [ "$nobuild" = 0 -a "$finish" = 0 ]; then
@@ -440,7 +440,7 @@ if [ "$nobuild" = 0 ]; then
cd ${pb}/${arch}/${branch}
if [ "$cont" = 1 ]; then
- find errors/ -name \*.log | sed -e 's,\.log$,,' -e 's,^errors/,,' >> duds.errors
+ find errors/ -name \*.log | sed -e 's,\.log$,,' -e 's,^errors/,,' > duds.errors
cat duds duds.errors | sort -u > duds.new
mv duds.new duds
else