Re: cannot compile linux-2.6-tip tree

From: Bernd Petrovitsch
Date: Wed Nov 25 2009 - 06:44:38 EST


On Wed, 2009-11-25 at 10:00 +0100, Jiri Olsa wrote:
> On Tue, Nov 24, 2009 at 11:27:12PM +0100, Bernd Petrovitsch wrote:
[...]
> > Save .config, `make mrproper`, put .config back, `make` and see it it
> > persists.
> I did "git clean -xdf" to wipe all out and hit the same issue
Just to be curious: What is that equivalent to `make mrproper`?
Doing (on x86_64, current mainline-tip or so)
---- snip ----
{2}make -C git-vanilla mrproper
[...]
{3}make -C git-vanilla allmodconfig
[...]
{4}make -C git-vanilla
[...]
{5}cp -a git-vanilla git-vanilla-2
{6}make -C git-vanilla mrproper
[...]
{7}(cd git-vanilla-2 && git clean -xdf)
[...]
{8}diff -qr git-vanilla git-vanilla-2
Only in git-vanilla/drivers/gpu/drm/radeon: r100_reg_safe.h
Only in git-vanilla/drivers/gpu/drm/radeon: r200_reg_safe.h
Only in git-vanilla/drivers/gpu/drm/radeon: r300_reg_safe.h
Only in git-vanilla/drivers/gpu/drm/radeon: rn50_reg_safe.h
Only in git-vanilla/drivers/gpu/drm/radeon: rs600_reg_safe.h
Only in git-vanilla/drivers/gpu/drm/radeon: rv515_reg_safe.h
Only in git-vanilla/include: asm-x86
---- snip ----
I don't know if that could make a significant difference.

Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/