diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2005-09-07 04:34:11 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2005-09-07 04:34:11 +0000 |
| commit | 1e36c0be6d67956e752c53c97c7200be05a4e67b (patch) | |
| tree | 2ff50600820d1f6442de1f67d8d1944b9ebbabd3 /release/Makefile | |
| parent | 63f90381e921a80e3377f2a149dba8be436f9f63 (diff) | |
Notes
Diffstat (limited to 'release/Makefile')
| -rw-r--r-- | release/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 85cbd1b029c9..a01db5123970 100644 --- a/release/Makefile +++ b/release/Makefile @@ -354,9 +354,8 @@ release rerelease: .endif mkdir -p ${CHROOTDIR} @echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`" - cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_INFO \ - -DNO_LIB32 -DNO_MAN -DNO_NLS -DNO_PROFILE installworld \ - DESTDIR=${CHROOTDIR} + cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_LIB32 \ + -DNO_MAN -DNO_NLS -DNO_PROFILE installworld DESTDIR=${CHROOTDIR} cd ${WORLDDIR} && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR} if [ -f /etc/resolv.conf ]; then \ cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \ |
