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 'arch/ppc/boot/

[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) se