Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756820AbYF0NN1 (ORCPT ); Fri, 27 Jun 2008 09:13:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751618AbYF0NNQ (ORCPT ); Fri, 27 Jun 2008 09:13:16 -0400 Received: from smtp5.pp.htv.fi ([213.243.153.39]:33005 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752180AbYF0NNP (ORCPT ); Fri, 27 Jun 2008 09:13:15 -0400 Date: Fri, 27 Jun 2008 16:11:01 +0300 From: Adrian Bunk To: David Woodhouse , sam@ravnborg.org Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: a.out.h userspace headers not present with O= Message-ID: <20080627131101.GE18644@cs181140183.pp.htv.fi> References: <20080627130236.GD18644@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20080627130236.GD18644@cs181140183.pp.htv.fi> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 37 On Fri, Jun 27, 2008 at 04:02:36PM +0300, Adrian Bunk wrote: > Commit e53d6a152793a38aa334d6f7a4850642ae45cedc > (Export to userspace again.) > does not work properly when using O= : > > <-- snip --> > > linux-2.6.26-rc8$ make O=../out headers_install > ... > linux-2.6.26-rc8$ find usr -name a.out.h Wrong test... That should have been: linux-2.6.26-rc8$ find ../out -name a.out.h linux-2.6.26-rc8$ > linux-2.6.26-rc8$ > > <-- snip --> cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed -- 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/