summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-03-02 14:57:45 +0000
committerjhb <jhb@FreeBSD.org>2005-03-02 14:57:45 +0000
commitf44acad97a770c6b228d65d9c18a0682fc3f3cc1 (patch)
tree8cb45929c74d5b4093df6318d1a5e5d696efef91 /release/Makefile
parent70c2a8abb1612b14f9bdeca0d005e13b9b5c0e61 (diff)
downloadFreeBSD-src-f44acad97a770c6b228d65d9c18a0682fc3f3cc1.zip
FreeBSD-src-f44acad97a770c6b228d65d9c18a0682fc3f3cc1.tar.gz
Use the shiny, new top-level 'distribution' target when populating the
chroot area. This fixes make release of HEAD on systems that have a /usr/src with bsd.endian.mk and a matching /usr/obj but haven't installed the world in /usr/obj and thus have no bsd.endian.mk /usr/share/mk.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 706e338..012c357 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -361,7 +361,7 @@ release rerelease:
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_INFO -DNO_MAN \
-DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
- cd ${WORLDDIR}/etc && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
+ cd ${WORLDDIR} && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
if [ -f /etc/resolv.conf ]; then \
cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \
fi
OpenPOWER on IntegriCloud