[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120921115051.GB10385@sepie.suse.cz>
Date: Fri, 21 Sep 2012 13:50:51 +0200
From: Michal Marek <mmarek@...e.cz>
To: Jeff Mahoney <jeffm@...e.de>
Cc: "H. Peter Anvin" <hpa@...ux.intel.com>,
linux-kbuild@...r.kernel.org,
Linux Kernel Maling List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86/kbuild: archscripts depends on scripts_basic
On Thu, Sep 20, 2012 at 10:28:45AM -0400, Jeff Mahoney wrote:
> While building the SUSE kernel packages, which build the scripts,
> make clean, and then build everything, we have been running into spurious
> build failures. We tracked them down to a simple dependency issue:
>
> $ make mrproper
> CLEAN arch/x86/tools
> CLEAN scripts/basic
> $ cp patches/config/x86_64/desktop .config
> $ make archscripts
> HOSTCC arch/x86/tools/relocs
> /bin/sh: scripts/basic/fixdep: No such file or directory
> make[3]: *** [arch/x86/tools/relocs] Error 1
> make[2]: *** [archscripts] Error 2
> make[1]: *** [sub-make] Error 2
> make: *** [all] Error 2
>
> This was introduced by commit
> 6520fe55 (x86, realmode: 16-bit real-mode code support for relocs),
> which added the archscripts dependency to archprepare.
>
> This patch adds the scripts_basic dependency to the x86 archscripts.
>
> Signed-off-by: Jeff Mahoney <jeffm@...e.com>
Applied to kbuild.git#rc-fixes, thanks.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists