Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269999AbUJSRm3 (ORCPT ); Tue, 19 Oct 2004 13:42:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269945AbUJSRkw (ORCPT ); Tue, 19 Oct 2004 13:40:52 -0400 Received: from pollux.ds.pg.gda.pl ([153.19.208.7]:42246 "EHLO pollux.ds.pg.gda.pl") by vger.kernel.org with ESMTP id S269970AbUJSRhU (ORCPT ); Tue, 19 Oct 2004 13:37:20 -0400 Date: Tue, 19 Oct 2004 18:37:12 +0100 (BST) From: "Maciej W. Rozycki" To: Yoichi Yuasa Cc: Andrew Morton , ralf@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mips: fixed MIPS Makefile In-Reply-To: <20041020003351.4f9ee7c0.yuasa@hh.iij4u.or.jp> Message-ID: References: <20041020003351.4f9ee7c0.yuasa@hh.iij4u.or.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 577 Lines: 19 On Wed, 20 Oct 2004, Yoichi Yuasa wrote: > # > +# If you need data offset, please set up as follows. > +# > +# dataoffset-$(CONFIG_FOO) := > +# > + > +DATAOFFSET := $(shell if [ -z $(dataoffset-y) ] ; then echo "0"; \ > + else echo $(dataoffset-y); fi ;) Ugh, please consider using $(if ...). Maciej - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/