On Tue, Feb 15, 2005 at 09:33:54AM +0100, Sven Luther wrote:
> A bit more tests ...
> 
>   4) calling on a plain kernel-tree the following line, as called by the
>   powerpc kernel package, fails :
>   
>     LANG=C MFLAGS=" -w" MAKEFLAGS="w -- flavour=powerpc" make-kpkg build
> 
>   5) calling on a plain kernel-tree the following line, as called by the
>   powerpc kernel package, works :
>   
>     MFLAGS=" -w" MAKEFLAGS="w -- flavour=powerpc" make-kpkg build
> 
>   6) calling on a plain kernel-tree the following line, as called by the
>   powerpc kernel package, works :
>   
>     LANG=C MFLAGS=" -w" make-kpkg build
> 
> I am a bit in the vague about the significance of exactly what those options
> mean, especially the MAKEFLAGS though. And it seems obvious that something
> with them breaks kernel-package.

 LANG=C MFLAGS=" -w" MAKEFLAGS="w -- " make-kpkg --append-to-version -powerpc
 build

Also fails, but : 

 LANG=C make-kpkg --append-to-version -powerpc build

works. There must be something with the above MAKEFLAGS which is severly
broken in presence of the LANG=C option, not sure what though, and as said,
the used MAKEFLAGS are a bit confusing for me here.

Friendly,

Sven Luther




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to