Re: [PATCH] make distclean tries to delete dirs in tmpfs

2001-05-10 Thread Ingo Oeser
On Wed, May 09, 2001 at 03:29:28PM -0700, H. Peter Anvin wrote: > By author:Ingo Oeser <[EMAIL PROTECTED]> > > make distclean deletes anything with size 0. This includes > > directories, while making the kernel in tmpfs or ramfs. > Wouldn't it be better to fix tmpfs/ramfs to report something s

Re: [PATCH] make distclean tries to delete dirs in tmpfs

2001-05-09 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Ingo Oeser <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > make distclean deletes anything with size 0. This includes > directories, while making the kernel in tmpfs or ramfs. > Wouldn't it be better to fix tmpfs/ramfs to report something s

[PATCH] make distclean tries to delete dirs in tmpfs

2001-05-09 Thread Ingo Oeser
Hi there, make distclean deletes anything with size 0. This includes directories, while making the kernel in tmpfs or ramfs. This patch solves it, by not deleting directories in this rule. Patch applies to any official kernel and with offsets even to recent ac series. --- linux-2.4.2-ac19/Make