diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-08-27 17:25:58 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-08-27 17:25:58 +0000 |
| commit | 6f0ccdbcb377edcb3228c5cf9263106e9c9aae3e (patch) | |
| tree | 9bc6f6c59b5d1b4079924d8906df921ce1bfe609 /release | |
| parent | 862ab0643e6ce1d808976208338ddcb603640a7f (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index 7ab124056624..3fa3c8db7623 100644 --- a/release/Makefile +++ b/release/Makefile @@ -646,6 +646,7 @@ release.2: cd ${.CURDIR}/.. && ${CROSSMAKE} distrib-dirs DESTDIR=${RD}/trees/base cd ${.CURDIR}/.. && ${CROSSMAKE} ${WORLD_FLAGS} distributeworld \ DISTDIR=${RD}/trees + sh ${.CURDIR}/scripts/mm-mtree.sh -F "${CROSSENV}" -D "${RD}/trees/base" touch ${.TARGET} # Make and install the generic kernel(s). |
