From owner-freebsd-ports@FreeBSD.ORG Sat Jan 30 21:37:19 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3682106566C for ; Sat, 30 Jan 2010 21:37:19 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 363B18FC12 for ; Sat, 30 Jan 2010 21:37:18 +0000 (UTC) Received: by fxm27 with SMTP id 27so1365002fxm.3 for ; Sat, 30 Jan 2010 13:37:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=mpIPBobG7ICPY3NUrYaujb+he+mx8Rpt+As2G8WMElo=; b=KNIvuB+QakMXRG84TbmCuyH9M3whP/OwSA4HT1i/Zezs3pS1gBNk1DHIIT9PSLHFgg O4hm6IOGJFIuHsvxA+84Tlca3RvH9cVhjqx6PK445sAVWywS0fQYwjxT9hdbnDaOgBm/ WJ0GdC2/TKl0dEgcxkZMzx2S2n1sYPgD2JLVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=LNPL8Ap89WmKVttYr+4/QkovCUTQNM4neg6G2nLW271PgTPLMH0nG6A2sQp9oqIjDJ kCbtD0wXfYlRbuK5aG9sUY0ATMsNFuV1LTcfuTnFpotL92Wz2CDlDYnDn8v/XsdTsj0a Qx0ogW+nTslQpamKOATld0PaZa0xEErfFcdXk= MIME-Version: 1.0 Received: by 10.239.185.132 with SMTP id c4mr334389hbh.20.1264887438139; Sat, 30 Jan 2010 13:37:18 -0800 (PST) In-Reply-To: <4B5DD3A6.4010203@infracaninophile.co.uk> References: <00d801ca9ddf$05054620$0f0fd260$@org> <4B5DD3A6.4010203@infracaninophile.co.uk> From: Eitan Adler Date: Sat, 30 Jan 2010 23:36:58 +0200 Message-ID: To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Porting question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 21:37:19 -0000 Can't you do something like this? > > pre-everything: > @if [ ! -f /usr/src/sys/conf/newvers.sh ] ; then \ > ${ECHO_MSG} "==> Error: Can't find kernel sources" ; \ > ${FALSE} ; \ > fi > IMHO it is better to use IGNORE= than ${FALSE} due to index building