[kbuild-devel] kbuild object permission problems

2002-04-25 Thread Thomas Duffy
I am getting an error that has to do with a kbuild permission problem. If I build a kernel, make clean, and then try to rebuild the kernel again, the tduffy@curie:/build2/tduffy/linux_kbuild$ make -f Makefile-2.5 clean tduffy@curie:/build2/tduffy/linux_kbuild$ make -f Makefile-2.5 Using

Re: [kbuild-devel] Re: error in recent kbuild

2002-04-25 Thread Thomas Duffy
On Thu, 2002-04-25 at 15:22, Keith Owens wrote: Great! I will roll core-7 (including the cp -f/mv -f change) in a couple of hours. Can you include my unlink fix and tftpboot.img target patches as well in core-7? Thanks! -tduffy ___ kbuild-devel

[kbuild-devel] Re: error in recent kbuild

2002-04-25 Thread Keith Owens
On 25 Apr 2002 14:09:27 -0700, Thomas Duffy [EMAIL PROTECTED] wrote: On Wed, 2002-04-24 at 18:59, Keith Owens wrote: Tom, please try this against core-6. Using a key directly from a database record for an operation that might move records is wrong. OK, I have applied your patch and rebuilt

Re: [kbuild-devel] kbuild object permission problems

2002-04-25 Thread Keith Owens
On 25 Apr 2002 14:08:10 -0700, Thomas Duffy [EMAIL PROTECTED] wrote: cp: cannot create regular file `/tmp/newkbuild/scripts/pp_makefile2_parse.tab.c': Permission denied Use cp -f, mv -f. Index: 18.57/scripts/Makefile-2.5 --- 18.57/scripts/Makefile-2.5 Fri, 26 Apr 2002 01:01:04 +1000 kaos

Re: [kbuild-devel] Re: error in recent kbuild

2002-04-25 Thread Keith Owens
On 25 Apr 2002 15:37:09 -0700, Thomas Duffy [EMAIL PROTECTED] wrote: On Thu, 2002-04-25 at 15:22, Keith Owens wrote: Great! I will roll core-7 (including the cp -f/mv -f change) in a couple of hours. Can you include my unlink fix and tftpboot.img target patches as well in core-7? Already

[kbuild-devel] Announce: Kernel Build for 2.5, Release 2.2 is available

2002-04-25 Thread Keith Owens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Release 2.2 of kernel build for kernel 2.5 (kbuild 2.5) is available. http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download release 2.2. kbuild-2.5-core-7.bz2

[kbuild-devel] problem with select()

2002-04-25 Thread Brendan J Simon
I'm trying to use select() after a base_target() statement. Does select() behave differently in this case ? I'm getting the following error message: ...local object names must not contain '/' at 'arch/ppc/boot/common/dummy.o' My Makefile.in looks like: base_target(zvmlinux) select(image.o)

Re: [kbuild-devel] problem with select()

2002-04-25 Thread Keith Owens
On Fri, 26 Apr 2002 15:07:31 +1000, Brendan J Simon [EMAIL PROTECTED] wrote: I'm trying to use select() after a base_target() statement. Does select() behave differently in this case ? I'm getting the following error message: ...local object names must not contain '/' at