Re: [PATCH 1/6] Suppress A.OUT library support if !CONFIG_BINFMT_AOUT [try #5]

From: David Howells
Date: Mon Nov 12 2007 - 10:34:54 EST


Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> > +# -*- makefile -*-
>
> what's that?

Ah... That tells emacs that it's a makefile. In Kbuild.asm emacs thinks its
an Assembly file and not a makefile. This causes it to attempt to do
automatic indentation on it. Do you want me to drop these annotation
comments?

> Note that because of unexport-asm-pageh.patch I turned the above hunk into
>
> ifeq ($(wildcard include/asm-$(SRCARCH)/a.out.h),include/asm-$(SRCARCH)/a.out.h)
> unifdef-y += a.out.h
> endif
>
> which seems logical to me. We'll see how it tests out.

Are you talking about in linux/Kbuild or in asm-generic/Kbuild.asm or both?

Anyway, it sounds reasonable.

David
-
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/