Date: Tue, 12 Sep 2006 12:36:13 +0200 From: Angelo Turetta <aturetta@commit.it> To: Ruslan Ermilov <ru@FreeBSD.org>, freebsd-current@freebsd.org Subject: Re: make release cross-platform: Malformed conditional (${MK_SENDMAIL} != "no") Message-ID: <45068D9D.6070003@commit.it> In-Reply-To: <20060911131646.GB13231@rambler-co.ru> References: <4502CA73.5040100@commit.it> <20060910082456.GA48789@rambler-co.ru> <20060911131646.GB13231@rambler-co.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov wrote: > On Sun, Sep 10, 2006 at 12:24:56PM +0400, Ruslan Ermilov wrote: >> On Sat, Sep 09, 2006 at 04:06:43PM +0200, Angelo Turetta wrote: >>> what may be the cause of the error I get after the >>> 'build world' phase? (please see attachment for make output) >>> cd /usr/src/release/../etc && make distrib-dirs >>> DESTDIR=/R/stage/trees/base >>> "Makefile", line 6: Malformed conditional (${MK_SENDMAIL} != "no") >>> "Makefile", line 8: if-less endif >>> >> A bug in release/Makefile? Try changing this line: >> cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/base >> to: >> cd ${.CURDIR}/.. && ${CROSSMAKE} distrib-dirs DESTDIR=${RD}/trees/base >> > This was necessary but not enough; it broke later in release.4 stage. > I've fixed it in src/release/Makefile,v 1.914. Ruslan, many thanks. I found the later error and tried to correct it but I finally succeeded only *after* your commit. Angelo. (Replying also to -current for the sake of the mail archive.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45068D9D.6070003>