>> % gmake
>> gmake: Nothing to be done for `all'.
>
> Which version of gmake is this? I have GNU Make 3.81 here.

It's 3.68. I ought not to go messing about updating shared software though :-(

> You might try changing Makefile.config:
>
> --- Makefile.config
> +++ Makefile.config
> @@ -168,5 +168,5 @@ LIB_O_NAME = lib.o
> ### we get and sometimes the all rule can be implicit, yet we want
> ### it always as the default one. So this should make sure it always
> ### comes first.
> -all:
> +default: all

Alas that made no difference, if you mean merely appending "+default: all". 
Hardly surprising really, since clearly my gmake *already* thought that "all" 
was the default target.

BTW someone off-forum suggested "gmake -d". That eventually spat out

No commands for `all' and no dependencies actually changed.
No need to remake target `all'.
gmake: Nothing to be done for `all'.

and his follow-up remark was that "sun's gmake's not executing the '.PHONY' 
line in .lib, or failing the redefinition of 'all'." Does that get me anywhere?

Incidentally, were your suggested lines meant to be input to some specific 
filter? Or just the output from some flavour of diff? (I've been forced to 
stare mainly at a Windows box for far too long and know much more about DOS's 
idiosyncracies and just plain *bugs* than I would wish to; consequently I 
sometimes forget really obvious Un*x things. Waaagh!)

(Meanwhile I went to a Linux box and got it up and running effortlessly first 
time. Quelle surprise. But I would like more than one platform.)
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to