Re: make release cross-platform: Malformed conditional (${MK_SENDMAIL} != "no")

From: Angelo Turetta <aturetta_at_commit.it>
Date: Tue, 12 Sep 2006 12:36:13 +0200
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.)
Received on Tue Sep 12 2006 - 08:36:28 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:00 UTC