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

Re: make rpm



Colin Walters <walters@cis.ohio-state.edu> writes:

> > cp: cannot stat `arch/ppc/coffboot/vmlinux.coff': No such file or
> > directory
> 
> I believe this is the same bug as #103032, which has been fixed.

There has been something going on there, indeed:

-coffsrc=arch/$(KERNEL_ARCH)/coffboot/vmlinux.coff
+coffsrc = $(shell if [ -d arch/$(KERNEL_ARCH)/coffboot ]; then \
+	echo arch/$(KERNEL_ARCH)/coffboot/$(kimage).coff ; else \
+	echo arch/$(KERNEL_ARCH)/boot/images/$(kimage).coff ; fi)


However, although my (or actually, Ben's) kernel does have the directory

    arch/ppc/coffboot

vmlinux.coff gets built in

    arch/boot/images/vmlinux.coff

(not in arch/coffboot).

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



Reply to: