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

Re: Overriding the 'mkcramfs' define in Makefile



On Mon, Aug 23, 2004 at 12:33:58AM -0700, Joshua Kwan wrote:
> I have some good news, 2.4.27 SPARC d-i works. This is significant since
> it has been highly modularized and now uses a cramfs initrd instead of
> ext2.
> 
> However, I must change the 
> 
> define mkcramfs
>   mkcramfs $(TREE)
> endef
> 
> to
> 
> define mkcramfs
>   mkcramfs -b 4096 $(TREE)
> endef
> 
> in the top level Makefile, if I want it to work.
> 
> Is it possible to make this a variable instead, or something? What's the
> best way to do this? Thiemo?

powerpc 2.6 is the only other thing using a cramfs initrd. I think that
option should work fine for it too, so maybe just add it in the define.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: