Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Nov 2002 14:10:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Nov 2002 14:10:52 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:9859 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Sun, 3 Nov 2002 14:10:51 -0500 Date: Sun, 3 Nov 2002 13:17:22 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: "David S. Miller" cc: Matthew Wilcox , Pete Zaitcev , Subject: Re: invalid character 45 in exportstr for include-config In-Reply-To: <1036304411.17126.1.camel@rth.ninka.net> Message-ID: 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: 1240 Lines: 34 On 2 Nov 2002, David S. Miller wrote: > On Sat, 2002-11-02 at 19:18, Matthew Wilcox wrote: > > Anyone else seeing this error message? I figured out what it _actually_ > > means is that the character `-' is not permitted in the symbol being > > exported. so if we change include-config to include_config in Makefile > > and scripts/Makefile.build, everything is fine. > > > > How about the following patch? > > Nice work Matthew, although you missed cleaning up a few remaining > 'include-config' references in comments. > > Kai, this fixes the problem I reported to you on sparc64 with > make-3.79 What version of make do you have which accepted this > variable name with a dash in it? Thank you guys, I'll push it to Linus if it's not merged already. As other people pointed out, it seems to be that various version of bash/sh seem to handle the '-' differently. Makes me wonder if Pete's exporting of 'INIT-Y' is a good idea, you may want to change that to '_' as well. --Kai - 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/