On Sat, 15 Jan 2000, [EMAIL PROTECTED] wrote about, make Error message:
> Howdy.
>
> I'm having a problem with a Makefile and don't know enough about C yet
> to work it out.
>
> The error I get when i run "make" on the Makefile is
> "Makefile:15: *** missing separator. Stop."
>
> I've included the 14th and 15th line of the Makefile here (sorry about
> the wordwrapping). Can anyone see if Line 15 has anything obvious
> which would cause my error message ?
>
> LINE 14
> CFLAGS += $(shell $(CC) -fno-strict-aliasing -S -o /dev/null -xc
> /dev/null >/dev/null 2>&1 && echo "-fno-strict-aliasing")
>
> LINE 15
> $(shell egrep '^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION|ARCH) '
> $(KSRC)/Makefile >Makefile.arch)
The above is a kernel Makefile, which one i dont know, its not the TOPdir
Makefile, now that indicates that you are doing something wrong, to make a
kernel you need to be in /usr/src/linux, not knowing which kernel version
you are trying to make i can check nothing, futher more the missing
seperator means there is no white space or tab after a command in the
Makefile concerned.
Now all kernel versions i have compiled over the years have never had any
problem like that, so you possably have edited that file and damged it, why
not delete the whole kernel source tree and reinstall a fresh copy.
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
Happy New Year