summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-11-21 04:37:30 +0000
committermarcel <marcel@FreeBSD.org>2000-11-21 04:37:30 +0000
commitda4d2f75d9eca5f19b86defef417d6c0d89fa459 (patch)
treed20e63a9f061d2a0c8a4137e7bffe9f7664a9c4e /release
parent77effa8060b37afac5cafb32e16704979b019057 (diff)
downloadFreeBSD-src-da4d2f75d9eca5f19b86defef417d6c0d89fa459.zip
FreeBSD-src-da4d2f75d9eca5f19b86defef417d6c0d89fa459.tar.gz
Fix release, broken by the perl cross-build fixes.
The distribute target is basicly the same as an install. For perl, this means that miniperl is needed. Since miniperl is only present in the object directory, we need to make sure the path is set correctly. To do this, we have make release use a new distribworld target that sets the path before doing a make distribute.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 1fa835f..7371499 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -356,7 +356,7 @@ release.1:
# Install the system into the various distributions.
release.2:
cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin
- cd ${.CURDIR}/.. && make distribute DISTDIR=${RD}/trees
+ cd ${.CURDIR}/.. && make distribworld DISTDIR=${RD}/trees
.if exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto) && !defined(NOKERBEROS)
cd ${.CURDIR}/../kerberosIV && ( \
make bootstrap &&\
OpenPOWER on IntegriCloud