Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2006 12:24:56 +0400
From:      Ruslan Ermilov <ru@freebsd.org>
To:        Angelo Turetta <aturetta@commit.it>
Cc:        freebsd-current@freebsd.org
Subject:   Re: make release cross-platform: Malformed conditional (${MK_SENDMAIL} != "no")
Message-ID:  <20060910082456.GA48789@rambler-co.ru>
In-Reply-To: <4502CA73.5040100@commit.it>
References:  <4502CA73.5040100@commit.it>

next in thread | previous in thread | raw e-mail | index | archive | help

--BOKacYhQ+x31HxR3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Sep 09, 2006 at 04:06:43PM +0200, Angelo Turetta wrote:
> I'm trying to build a -CURRENT install cdrom, using the following command:
>=20
> make release CHROOTDIR=3D/usr/current \
>        EXTPORTSDIR=3D/usr/ports \
>        CVSROOT=3D"/home/ncvs" NO_FLOPPIES=3DYES \
>        NODOC=3DYES NOPORTS=3DYES MAKE_ISOS=3DYES \
>        KERNELS_BASE=3DGENERIC TARGET_ARCH=3Damd64 \
>        BUILDNAME=3D7.0-20060909-SNAP
>=20
>=20
> from a XEON server running 6.1-STABLE FreeBSD Thu Sep  7 13:42:16 CEST 20=
06
>=20
> First question (reality check): is it possible to build 7-CURRENT(amd64)=
=20
> on 6-STABLE(i386)?
>=20
Should be.

> If yes, do you know what may be the cause of the error I get after the=20
> 'build world' phase? (please see attachment for make output)
>   cd /usr/src/release/../etc && make distrib-dirs=20
> DESTDIR=3D/R/stage/trees/base
>   "Makefile", line 6: Malformed conditional (${MK_SENDMAIL} !=3D "no")
>   "Makefile", line 8: if-less endif
>=20
>=20
A bug in release/Makefile?  Try changing this line:

        cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=3D${RD}/trees/base

to:

        cd ${.CURDIR}/.. && ${CROSSMAKE} distrib-dirs DESTDIR=3D${RD}/trees=
/base


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--BOKacYhQ+x31HxR3
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFA8vYqRfpzJluFF4RAiE2AJ45mCPraN4objAGncAh+Lz2S2pDWQCeOiPA
m6CVzqYjDMN0SpJO/T/0i0M=
=8+N1
-----END PGP SIGNATURE-----

--BOKacYhQ+x31HxR3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060910082456.GA48789>