Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422953AbXBHMKI (ORCPT ); Thu, 8 Feb 2007 07:10:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422956AbXBHMKI (ORCPT ); Thu, 8 Feb 2007 07:10:08 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38730 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1422953AbXBHMKH (ORCPT ); Thu, 8 Feb 2007 07:10:07 -0500 Date: Thu, 08 Feb 2007 04:10:04 -0800 (PST) Message-Id: <20070208.041004.07457320.davem@davemloft.net> To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org Subject: Re: checker-shell still hosed... From: David Miller In-Reply-To: <20070208.030531.112264703.davem@davemloft.net> References: <20070208.030531.112264703.davem@davemloft.net> X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 584 Lines: 19 From: David Miller Date: Thu, 08 Feb 2007 03:05:31 -0800 (PST) > define test1 > $(shell echo "str1") > endef > > define test2 > $(call test1) > endef Someone just privately explained that my test case is broken because of the spaces before the "$(shell " in the defines. Removing them makes the spaces go away. - 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/