[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Uploaded kernel-package 3.38 (source all) to master



Hi,
>>"Mrvn" == Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de> writes:

Mrvn> The asm link (and any other links) should be corected as
Mrvn> well. (Does make menuconfig/config/xconfig set asm right?)
>>  This is already handled automatically by kernel-package.

Mrvn> I had to korrect it, cause the kernel packages had ARCH=i386
Mrvn> hardcoded into it and then it links again asm/i386.

	This is quite disturbing. What version of kernel-package? I
 have currently:
----------------------------------------------------------------------
__> egrep i386 /usr/lib/kernel-package/rules 

__> egrep architecture /usr/lib/kernel-package/rules 
# The default architecture (all if architecture independent)
architecture:=$(shell dpkg --print-architecture)
ifneq ($(strip $(filter ppc powerpc,$(architecture))),)
ifneq ($(strip $(filter m68k sparc,$(architecture))),)
PATCH_DIR        := /usr/src/kernel-patches/$(architecture)
            -e 's/=A/$(architecture)/g' -e 's/=M/$(maintainer) <$(email)>/g' \
            -e 's/=A/$(architecture)/g' -e 's/=M/$(maintainer) <$(email)>/g' \
                ln -s asm-$(architecture) asm)
                ln -s asm-$(architecture) asm)
ifneq ($(strip $(architecture)),m68k)
ifeq ($(strip $(filter m68k sparc,$(architecture))),)
        cp arch/$(architecture)/boot/$(kimage) \
ifeq ($(strip $(architecture)),m68k)
ifeq ($(strip $(architecture)),sparc)
----------------------------------------------------------------------

	See? No hard coded stuff there. If there is any hard coded
 architecture anywhere, it is a bug. Please report it.

	manoj

-- 
 "Isn't it interesting that the same people who laugh at science
 fiction listen to weather forecasts and economists?" Kelvin Throop,
 III
Manoj Srivastava               <url:mailto:srivasta@acm.org>
Mobile, Alabama USA            <url:http://www.datasync.com/%7Esrivasta/>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: