summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-09-12 20:42:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-09-12 20:42:14 +0000
commitd5a1ecd1eb68e72c511bbeda82b4cc48eb6412f8 (patch)
treef7e96b7e8565da0867b7828633c0024c97f2dffb /Tools
parentAdd the pkg/COMMENT file. (diff)
Catch up to makefile changes: build in etc/ before trying to install
from it. Submitted by: ru
Notes
Notes: svn path=/head/; revision=88962
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeworld2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/makeworld b/Tools/portbuild/scripts/makeworld
index 5a219e0e93a6..8bb7005a4962 100755
--- a/Tools/portbuild/scripts/makeworld
+++ b/Tools/portbuild/scripts/makeworld
@@ -76,6 +76,8 @@ if [ "$client" = "0" ]; then
echo "==> Starting make distribute"
cd etc
+ make obj
+ make all
make distribute DISTRIBUTION=/var/chroot/
error=$?
if [ "$error" != "0" ]; then