Building linux-libc-dev for architecture bootstrap

2011-07-29 Thread Ben Hutchings
As requested, I just added a makefile target to linux-2.6 for building just linux-libc-dev. The command to use is: fakeroot make -f debian/rules.gen linux-libc-dev_$ARCH (substituting the dpkg architecture name for $ARCH). This should work for any architecture supported by the package,

Re: Building linux-libc-dev for architecture bootstrap

2011-07-29 Thread Ben Hutchings
On Fri, 2011-07-29 at 16:46 +0200, Ben Hutchings wrote: As requested, I just added a makefile target to linux-2.6 for building just linux-libc-dev. The command to use is: fakeroot make -f debian/rules.gen linux-libc-dev_$ARCH or rather: fakeroot make -f debian/rules.gen

Re: Building linux-libc-dev for architecture bootstrap

2011-07-29 Thread Steve McIntyre
On Fri, Jul 29, 2011 at 05:06:24PM +0200, Ben Hutchings wrote: On Fri, 2011-07-29 at 16:46 +0200, Ben Hutchings wrote: As requested, I just added a makefile target to linux-2.6 for building just linux-libc-dev. The command to use is: fakeroot make -f debian/rules.gen