From owner-freebsd-current@FreeBSD.ORG Tue Sep 12 10:36:28 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C46C16A5D0; Tue, 12 Sep 2006 10:36:28 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from mail.logital.it (85-18-201-99.ip.fastwebnet.it [85.18.201.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478E943D46; Tue, 12 Sep 2006 10:36:26 +0000 (GMT) (envelope-from aturetta@commit.it) Received: from [192.168.42.11] ([192.168.42.11]) (authenticated bits=0) by mail.logital.it (8.13.8/8.13.8) with ESMTP id k8CAaKda028653; Tue, 12 Sep 2006 12:36:23 +0200 (CEST) (envelope-from aturetta@commit.it) Message-ID: <45068D9D.6070003@commit.it> Date: Tue, 12 Sep 2006 12:36:13 +0200 From: Angelo Turetta User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060821 SeaMonkey/1.1a MIME-Version: 1.0 To: Ruslan Ermilov , freebsd-current@freebsd.org References: <4502CA73.5040100@commit.it> <20060910082456.GA48789@rambler-co.ru> <20060911131646.GB13231@rambler-co.ru> In-Reply-To: <20060911131646.GB13231@rambler-co.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on mail.logital.it X-Virus-Status: Clean Cc: Subject: Re: make release cross-platform: Malformed conditional (${MK_SENDMAIL} != "no") X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 10:36:28 -0000 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.)